Conversation

Replying to
If you were building the next next gzip, wonder what you could gain special-casing JSON (numbers become binary etc.) or XMLish syntax or whatever while still accepting any input and expanding back to the original bytes
1
2
Replying to and
I was responding to twitter.com/rf/status/1263 specifically about how Brotli's static dictionary is a similar concept and WOFF2 pre-processing before Brotli compression is pretty much exactly that. Special-casing general purpose compression schemes for certain cases is widely used.
Quote Tweet
Replying to @davidcrawshaw
If you were building the next next gzip, wonder what you could gain special-casing JSON (numbers become binary etc.) or XMLish syntax or whatever while still accepting any input and expanding back to the original bytes