-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zstd: Increase speed on incompressible data for best/fastest (#314)
Increase speed of incompressible data for "best" mode. Should not have any impact on compressible data: before/after... ``` sharnd.out.2gb zskp 4 2147483647 2147581961 52931 38.69 sharnd.out.2gb zskp 4 2147483647 2147581961 15426 132.76 silesia.tar zskp 4 211947520 61381950 8394 24.08 silesia.tar zskp 4 211947520 61327981 8142 24.82 BenchmarkRandom10MBEncodeAllFastest-32 279 3971326 ns/op 2640.37 MB/s 0 B/op 0 allocs/op BenchmarkRandom10MBEncodeAllFastest-32 349 3498572 ns/op 2997.15 MB/s 0 B/op 0 allocs/op ```
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters