[Zlib-devel] DEFLATE performance improvements
Arjan van de Ven
arjanvandeven at gmail.com
Thu Nov 28 13:14:09 EST 2013
> general feedback: doesn't seem like the code was architected in a way that'd
> cleanly separate the arch-specific bits from the common code
zlib is a codebase with a long history, and at its core it does not
have a good way to do such things quite.
we've tried to avoid making core structural changes, and instead tried
to stick with the local style
>. that makes it a
> pain to not only update this new code base, but to port it to other
> architectures. i know that's generally not in Intel's interest, but a sane
> code base is ...
in that light ;-)
most of the improvements are generic, not x86 specific... meaning even
on some other cpu these patches should
give you quite a boost in performance. The x86 bits give additional
gain obviously...
More information about the Zlib-devel
mailing list