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: #23360
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
addaleax committed Oct 20, 2018
1 parent 0a1dde4 commit 975e0a1
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 412 deletions.

0 comments on commit 975e0a1

Please sign in to comment.