Releases: rainerzufalldererste/hypersonic-rle-kit
Releases · rainerzufalldererste/hypersonic-rle-kit
Release v1.3
- Adding a simple RLE-Fuzzer for testing purposes.
- Fixing a bunch of minor issues the fuzzer found.
- Adding option for printing standard deviation with the performance metrics.
- Clang Builds are now fully optimized as well (seems like a premake bug, that didn't automatically associate
optimize "Speed"
with-O3
for clang).
Release v1.2
- Added Greedy Variants for n-Sym LUT Short Byte-Bound Encoders, that achieve significantly higher compression ratios at a performance penalty.
- Fixing a couple of minor issues that occured when encoding files that ended with a specific symbol-non-symbol combination.
Release v1.1
- 16, 24, 32, 48, 64, 128 Bit Encoders now have optimized encoders (usually
Base
,SSE2
,SSSE3
for 24, 48 Bit,AVX2
). - Added 2 new Bit-MMTF Transforms.
- Added the ability to switch between various parameters in the documentation's comparison graphs.
- Various Bugfixes and minor Improvements.