Faster zlib alternatives
- by BarsMonster
I wonder, if there are any faster builds of zlib around with more advanced optimizations?
If it's possible to optimize it using SSE instructions or Intel C++ compiller, or some trick which were patented earlier (I know patents were a serious limitation during gzip/zlib development), have anyone bothered to implement that?
I am especially interested in compression speed, which have a direct impact on high-performance web-services serving static & dynamic content.