powturbo

Results 16 comments of powturbo

See [Benchmark : zlib-ng vs isa-l, zlib, libdeflate](https://github.com/zlib-ng/zlib-ng/issues/1486)

Extended [benchmark TurboBench: Dynamic/Static web content compression benchmark](https://github.com/powturbo/TurboBench/issues/43) including zstd and memory usage. zlib-ng memory allocation must be revised to allocate only the minimum necessary!

The output size is fixed to ((input_size + 2)/3 * 4). You must use : auto out = new uint8_t[outsize +1]; when you put 0 at the end of the...

There are not separate functions for static and dynamic linking. Wondering why you're getting different sizes depending on the linking mode. Anyway the correct size is ((input_size + 2)/3 *...

First of all IT'S MY CODE AND I CAN DO WHATEVER I THINK IT'S NECESSARY OR NOT. There are almost 1000 functions included in the TurboPFor package and this is...

Benchmark with ["silesia.tar"](https://sun.aei.polsl.pl//~sdeor/index.php?page=silesia) Lenovo Ideapad Pro 5 / CPU 7840HS 3.8-5.1GHz, DDR5 6400MHz |C Size |R%|C MB/s|D MB/s|Name| |--------|----:|----------:|----------:|------------------| |64677891|30.5|8.36|1443.74|libdeflate 12| |66715898|31.5|45.81|1405.76|libdeflate 9 | |67511452|31.9|134.54|1420.39|libdeflate 6 | |67644075|31.9|16.99|560.77|zlib 9 |...