S2
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|s2}}, {{ext|snappy}} |released=2019 }} '''S2''' by Klaus Post is an extension of Snappy for high ...") |
Latest revision as of 04:03, 5 November 2023
S2 by Klaus Post is an extension of Snappy for high throughput. It compresses single files or stream data and is used in the MinIO object store and the Kopia backup program
Compared to Snappy, it offers better compression, concurrent stream compression, skip forward in compressed stream, random seeking with indexes, less overhead on incompressible data, and more.
Decompresses Snappy data, but faster
Optionally creates Snappy-compatible data
Includes s2sx which creates self-extracting archives for several different platforms