From Spice
Revision as of 13:53, 26 April 2011; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
Contents |
[edit]
Faster Compression
[edit]
Summary
Our compression implementation (LZ, GLC, QUIC) are not optimized to current processors. There are speed gains to be had. Also revealed as a bottleneck while profiling.
[edit]
Owner
- Hans de Goede
[edit]
Current Status
- Targeted Release: Not set
- 0% complete
[edit]
Description
There are existing drop in oss libraries that implement this, as a first step try to use them and see if we get a speed bonus.
TODO - add specific tests and results here, as a baseline.
[edit]
See also
http://www.technofumbles.com/weblog/2011/04/22/survey-of-fast-compression-algorithms-part-1-2/

