File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ is significantly wider than the original package.**
2727- Control whether the client or the server defines the encoder priority
2828- Plug in third-party/custom compression schemes or implementations
2929- Custom dictionary compression for zstd
30+ - Low memory alliocations via transparent encoder reuse
3031
3132## Install
3233
@@ -108,6 +109,9 @@ compression efficiency of gzip, brotli and zstd in the current implementation.
108109- Allow to choose dictionary based on content-type
109110- Provide additional implementations based on the bindings to the original native implementations
110111- Add zstd to DefaultAdapter when the first browser implementation is released
112+ - Add compressed payload caching (if the same payload has already been compressed and is present in the cache, skip compression)
113+ - Add write buffering (compress larger chunks at once)
114+ - Add decompression (if the payload is already compressed but the client supports better algorithms, or does not support a certain algorithm)
111115
112116## License
113117
You can’t perform that action at this time.
0 commit comments