4 ms·
”Not really" what? It's hard to understand what point you're trying to make. Can you clarify?
by esseph 9d ago
”Not really" what?
It's hard to understand what point you're trying to make. Can you clarify?
- benatkin 9d agoIt isn't really the go-to compression format, because it isn't ubiquitous like gzip and zip, there are a variety of compression tools out there for different purposes, and there is image/audio/video compression. There is also specialized compression like what git does with its rolling hashes. I think of it as there not being a go-to compression format.
- tredre3 9d agoI think you're being a bit pedantic. A go-to thing means it's a sensible default choice and has no little to no downsides (versus not using compression), it doesn't mean it's the best for everything. Until now the go-to has been DEFLATE (gzip and zip) but zstd is definitely competing against it because it is better in almost every way.