Hacker News Clone new | comments | show | ask | jobs | submit | github repologin
Shared Brotli Compressed Data Format (multi-file archive format) (datatracker.ietf.org)
1 points by pornel 2 hours ago | hide | past | web | 1 comment | favorite





It has similar features to ZIP: supports multiple files and directories with random access, in-place updates, and has a central directory. But it also can optionally merge consecutive file bodies for improved cross-file compression, and/or define a shared dictionary to tune compression for a particular set of files.

The shared dictionary support is for HTTP compression[1]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-compress...

I think it can also be an interesting option for custom package/bundle formats that need an archive, and would either use compressed tarballs (awful parsing, no random access) or ZIP (worse compression).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: