Brotli is a compression algorithm from Google that has similar performance and better compression than Zlib. I'm going to use it in the following diff to compress keyserver -> client socket messages.
Details
Details
- Reviewers
atul michal kamil - Commits
- rCOMM660d195cb003: Add brotli.js library
Tested in combination with the following diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Can we leverage Brotli compression/decompression functionality that's built into Node/Zlib instead of introducing a new dependency?
It seems like it has the compress/decompress functionality that we need:
Comment Actions
Remove brotli.js from keyserver in favor of built-in Node.js utility from zlib library