Of course zstd compresses to a smaller size - but for things like streams transfers or for fast readbacks from disk you probably want the fastest.
Overall, I would say that MinLZ is about 2x faster decompressing, and compresses about 2x the speed compressing at max speed. But of course with less compression.
But comparisons with zstd & lz4 would be nice.
Is someone planning on a wuffs/rust implementation with C API so that it wouldn't be Go only?