On Dec 31, 2007 9:37 PM, Linus Torvalds [off-list ref] wrote:
Even today, I don't really know of a better compression choice, despite
now being more aware of how critical uncompression performance is.
In the kernel, from not long ago, is used also LZO compression that
_seems_ much faster to decompress then zlib
http://lkml.org/lkml/2007/5/1/297
The developer, Richard Purdie, says it's also 40% faster to read for jffs2.
Quite possibly, the cache miss costs dominate over any algorithmic costs.
What way could be used to build up a test to check this?
Thanks
Marco