node/deps/zlib
Brian White 886965963a
deps: switch to chromium's zlib implementation
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>
2020-01-26 18:47:02 -05:00
..
contrib
google
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: