Ah, I believe Klaus Post wrote S2 as a faster version of Snappy. I believe it is his own algorithm. He
aimed for very fast execution on non-compressible data, and for snappy compatibility in one direction.
"S2 is designed to have high throughput on content that cannot be compressed. This is important, so you don't have to worry about spending CPU cycles on already compressed data." -- Klaus Post
His compress package _also_ provides zstandard, if that is what you want. My benching
very similar between each run.
compressor bandwidth total elapsed time for one-way transfer
---------- ------------ ---------------------------------------
s2 163.412400 MB/sec; total time for upload: 9.2 seconds
lz4 157.343690 MB/sec; total time for upload: 9.6 seconds
zstd:01 142.088387 MB/sec; total time for upload: 10.6 seconds
zstd:03 130.871089 MB/sec; total time for upload: 11.6 seconds
zstd:07 121.209097 MB/sec; total time for upload: 12.5 seconds
zstd:11 27.766271 MB/sec; total time for upload: 54.4 seconds