function Algorithms() { return (

Compression Algorithms

Zlib

[Algorithm description will be loaded from results.json]

• zlib-1 (fastest)
• zlib-3
• zlib-5
• zlib-7
• zlib-9 (best compression)

Zstandard (zstd)

[Algorithm description will be loaded from results.json]

• zstd-4 (faster)
• zstd-7
• zstd-10
• zstd-13
• zstd-16
• zstd-19
• zstd-22 (better compression)

Simple ANS

[Algorithm description will be loaded from results.json]

); } export default Algorithms;