Skip to content

Commit 75a3109

Browse files
authored
Update README.md
1 parent 950d667 commit 75a3109

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)