diff options
author | Brian White <mscdex@mscdex.net> | 2020-01-05 19:49:55 -0500 |
---|---|---|
committer | Brian White <mscdex@mscdex.net> | 2020-01-26 18:47:02 -0500 |
commit | 886965963ac55825e91887e973226ef010f8fc64 (patch) | |
tree | 571f2a4587cdd40d713a45be3ab6fa719deb583d /deps/zlib/OWNERS | |
parent | a2f9ccd3d2bffc6f72f02acf7fc4813c670a64ed (diff) | |
download | node-new-886965963ac55825e91887e973226ef010f8fc64.tar.gz |
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>
Diffstat (limited to 'deps/zlib/OWNERS')
-rw-r--r-- | deps/zlib/OWNERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/zlib/OWNERS b/deps/zlib/OWNERS new file mode 100644 index 0000000000..069bcd8c2a --- /dev/null +++ b/deps/zlib/OWNERS @@ -0,0 +1,7 @@ +agl@chromium.org +cavalcantii@chromium.org +cblume@chromium.org +mtklein@chromium.org +scroggo@chromium.org + +# COMPONENT: Internals |