This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
[SUGGESTION] Add zlib-ng for speedup of gzip/zlib (de)compression #325
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Improve parts of pipelines where compression/decompression is occurring.
From @ghuls: zlib-ng should speeding up some parts of the pipeline (gzip/zlib decompression speed x2, gzip/zlib compression speed x4).
Describe the solution you'd like
Use
zlib-ng
instead ofzlib
libraryFrom @ghuls:
zlib
implentation, useminigzip
instead of zip.zlib
, adding thezlib-ng
library path toLD_LIBRARY_PATH
should be enoughDescribe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: