- Sep 09, 2018
-
-
Anders Martinsson authored
Replace Octet lookup tables with a version without the check for zero. Signed-off-by:
Anders Martinsson <anders.martinsson@intinor.se>
-
Anders Martinsson authored
Both counting non-zeroes and finding non-zero values. Great performance gain when decoding. The same gain is also for the encoder when not using the operation vector. Signed-off-by:
Anders Martinsson <anders.martinsson@intinor.se>
-
Anders Martinsson authored
This will improve perfomance when decoding fails. Signed-off-by:
Anders Martinsson <anders.martinsson@intinor.se>
-
Anders Martinsson authored
Add SIMD for row operations add, div and multiply-add. Signed-off-by:
Anders Martinsson <anders.martinsson@intinor.se>
-
- Apr 10, 2018
-
-
Luker authored
Work for ticket #23 Get an RFC packet and add it to the decoder. Not really tested :P Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Mar 29, 2018
-
-
Luker authored
Nothing of real value here Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
And I only found it by using this in an other project ..I really need some comprehensive tests... Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Mar 06, 2018
-
-
Luker authored
The OTI fields and the symbol id are all in big endian. We used the host endianness instead. fix that. Ticket #22 Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Dec 21, 2017
-
-
Luker authored
add ability for the decoder to clear the data, so that the memory can be reused again. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Oct 24, 2016
-
-
Luker authored
Spaces, not tabs. Actually, I liked tabs much more. But it seems a lot of IDEs and general reader do not handle them correctly, or do not let you configure "1 tab == 4 spaces", so the code was not always readable. "git diff -w" for this commit is en empty list. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Oct 15, 2016
-
-
Luker authored
An other commit towards #2 Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-
- Oct 09, 2016
-
-
Luker authored
Start portability for VC++14. Still unfinished. Also simplify a bit locking in RFC calls. Signed-off-by:
Luca Fulchir <luker@fenrirproject.org>
-