Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib-ng performs adler32 and crc32 checksums faster #246

Open
rhpvorderman opened this issue Jun 30, 2023 · 0 comments
Open

zlib-ng performs adler32 and crc32 checksums faster #246

rhpvorderman opened this issue Jun 30, 2023 · 0 comments

Comments

@rhpvorderman
Copy link
Contributor

rhpvorderman commented Jun 30, 2023

Somebody has compared te python-zlib-ng bindings with the python-isal bindings for performance. ISA-L is the better compessor/decompressor but zlib-ng seems to be faster at performing adler32 and crc32 checksums. zlib-ng/zlib-ng#1478

Since checksum calculation is a significant part of compression/decompression this might be an interesting opportunity to further speed up ISA-L by looking at the zlib-ng implementation.

@rhpvorderman rhpvorderman changed the title zlib-ng performs alder32 and crc32 checksums faster zlib-ng performs adler32 and crc32 checksums faster Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant