Skip to content

Commit

Permalink
zlib: refactor zlib internals
Browse files Browse the repository at this point in the history
Split out things that are specific to zlib as a specific
compression library, vs. the interface that is common to
most C compression libraries.

This should pave the way for including support for e.g.
brotli.

PR-URL: nodejs#23360
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
addaleax authored and danbev committed Oct 16, 2018
1 parent 74f854e commit c34eae5
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 412 deletions.

0 comments on commit c34eae5

Please sign in to comment.