Features/Faster compression

From Spice

Contents

Faster Compression

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.

Owner

  • Hans de Goede

Current Status

  • Targeted Release: Not set
  • 0% complete

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.

See also

http://www.technofumbles.com/weblog/2011/04/22/survey-of-fast-compression-algorithms-part-1-2/