Compressor "firn" improves ZSTD by 13%
github.com
Compressor "firn" improves ZSTD by 13%
1–4 of 4 posts
Re: Compressor "firn" improves ZSTD by 13%
#2This works by text substitution, I imagine that you could get similar or better gains using zstd custom dictionaries.
Re: Compressor "firn" improves ZSTD by 13%
#3This works by text substitution, I imagine that you could get similar or better gains using zstd custom dictionaries.
This is a direct comparison to zstd with a dictionary actually
Re: Compressor "firn" improves ZSTD by 13%
#4This works by text substitution, I imagine that you could get similar or better gains using zstd custom dictionaries.
This is a direct comparison to zstd with a dictionary actually
Methodology for comparison: train zstd dictionary on enwik9. Then build my dictionary as most common words in enwik9. Mine does 13% better because of the way I discovered how you can generate dictionary replacement symbols