smaz
smaz copied to clipboard
Small strings compression library
Hello, Is there any special case, in which, this library can not compress the text? Thus, the compression rate would be 0%?
When I compile, I get the following warning: ``` $ make clean ; make rm -rf smaz_test gcc -o smaz_test -O2 -Wall -W -ansi -pedantic smaz.c smaz_test.c smaz_test.c: In function...
Signed-off-by: matthewkayin
When the text to be compressed starts with space, the result is an empty file. How to solve?
I know this guy..;) (from Redis) did you hand pick the codebook dictionary? how? have you though about using the most frequent ngrams in language/s? e.g the top (e.g 32)...
Estimado, al comprimir con el algoritmo un tweet, la compresión se corta en algunos puntos. Por ejemplo la combinación de " M" la detecta como fin de la cadena y...
Try it with ALF fuzzer. It's fun :)
Hello, I modified the source slightly to remove the random generation, preset strings, output data, and accept input parameters. The output prints argv[1] which is equivalent to a strings[j]. Then...