I'm searching for a compression scheme sugestion for the following limitation:
. A small footprint(prog + ram) algorithm;
. very few amount of data to compress <<1Kbyte
For example, for some amount of data that I have at some moment, if it feats in less than 32 byte compressed ... its OK, else, doesnt matter...
so the final data size compressed should be less than 32byte
To be used with random data.
Any sugestion, link that can I read about diferent schemes.
I'm just try find something better than LRE...
Thanks,
KS