-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Describe the enhancement requested
Zstd now released 1.5.7: https://github.com/facebook/zstd/releases/tag/v1.5.7 . It has an optimization that it improves speed for small blocks
The compression speed for small data blocks has been notably improved at fast compression levels, thanks to contributions from TocarIP, further extended in facebook/zstd#4165. Below are benchmark results illustrating the performance improvements for level 1 compression on the Silesia corpus, segmented into different block sizes
We have some scenerio for small blocks and compression, so zstd-1.5.7 might helps
Component(s)
C++