quixdb / squash

Compression abstraction library and utilities
https://quixdb.github.io/squash/
MIT License
406 stars 53 forks source link

Update ZStandard, Increase Range #251

Open indolering opened 4 years ago

indolering commented 4 years ago

The ZStandard submodule is quite old, the newer module should be 10%+ faster (at least with decoding).

The compression level "range" has been expanded, from -5 to 22. The line to change is here, but I don't program in C so I'll leave the PR to someone else.

indolering commented 4 years ago

Ping @nemequ.

Artoria2e5 commented 2 months ago

The current zstd has no levels at all and is weirdly slow. Which is, well, bad.