In what way is bzip2 more of a "standard" than zstd? bzip2 doesn't even seem to have any official reference description of its file format; just an "unofficial" one[1], whereas zstd is RFC 8478[2].
When I evaluated various compression algorithms a few years ago zstd came ahead of bzip2 in every metric.
When I evaluated various compression algorithms a few years ago zstd came ahead of bzip2 in every metric.
[1]: https://github.com/dsnet/compress/blob/master/doc/bzip2-form...
[2]: https://datatracker.ietf.org/doc/html/rfc8478