-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use non-copyable zlib compressor/decompressor * make algorithm non-mutable * Make DecompressByteBufferSequence a struct * No need to make DecompressByteBufferSequence.makeAsyncSequence consuming * Update for CompressNIO Zlib updates Cleaned up DecompressByteBufferSequence by using a state machine, also allocate Decompressor on first call to `next()`. * swift format * Include window in state machine, make iterator a struct * Use compress-nio 1.3.0
- Loading branch information
1 parent
c1643d9
commit 1fc402c
Showing
4 changed files
with
79 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters