mirror of https://github.com/nodejs/node.git
886965963a
This implementation provides optimizations not included upstream. PR-URL: https://github.com/nodejs/node/pull/31201 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> |
||
---|---|---|
.. | ||
contrib | ||
patches | ||
win32 | ||
BUILD.gn | ||
LICENSE | ||
OWNERS | ||
README.chromium | ||
README.md | ||
adler32.c | ||
adler32_simd.c | ||
adler32_simd.h | ||
arm_features.c | ||
arm_features.h | ||
chromeconf.h | ||
compress.c | ||
crc32.c | ||
crc32.h | ||
crc32_simd.c | ||
crc32_simd.h | ||
crc_folding.c | ||
deflate.c | ||
deflate.h | ||
fill_window_sse.c | ||
gzclose.c | ||
gzguts.h | ||
gzlib.c | ||
gzread.c | ||
gzwrite.c | ||
infback.c | ||
inffast.c | ||
inffast.h | ||
inffixed.h | ||
inflate.c | ||
inflate.h | ||
inftrees.c | ||
inftrees.h | ||
simd_stub.c | ||
trees.c | ||
trees.h | ||
uncompr.c | ||
x86.c | ||
x86.h | ||
zconf.h | ||
zlib.gyp | ||
zlib.h | ||
zutil.c | ||
zutil.h |
README.md
This copy of zlib comes from the Chromium team's zlib fork which incorporated performance improvements not currently available in standard zlib.
To update this code:
- Clone https://chromium.googlesource.com/chromium/src/third_party/zlib
- Comment out the
#include "chromeconf.h"
in zconf.h to maintain full compatibility with node addons