-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Faster zlib ? #702
Comments
This is a upstream ITK question, of which there's already some discussion: Also, https://github.com/zlib-ng/zlib-ng is trying to drag the "official" zlib implementation forward in a non-breaking way. |
Also, technically, its not ITK upstream even, its NIFTI upstream, which also has an open issue: NIFTI-Imaging/nifti_clib#32 |
Can be closed as its an upstream ITK/NIFTIclib issue to implement. |
I was reading this post (I think by Chris Rorden), which suggests that installing the Cloudflare fork of zlib can yield massive speed improvement when producing .nii.gz files. There is an example at the end of that page.
Has anyone tried this zlib version before? And more generally, what zlib version are you currently using? (I am at
v1.2.7
on Centos 7)What is also confusin is that the Cloudflare fork has stopped at
v1.2.8
while the official zlib is much more recent atv1.2.11
. So it's unclear to me if the speed improvements from Cloudflare were incorporated in the official development of zlib. Does anyone know?The text was updated successfully, but these errors were encountered: