- Notifications
You must be signed in to change notification settings - Fork351
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v1.15.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.15.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 8commits
- 15files changed
- 3contributors
Commits on Dec 19, 2022
flate: Improve speed in big stateless blocks. (#718)
* flate: Improve speed in big stateless blocks.Don't re-alloc and copy dict for every block when compressing more than 32KB.```benchmark old ns/op new ns/op deltaBenchmarkEncodeDigitsSL1e4-32 52954 52850 -0.20%BenchmarkEncodeDigitsSL1e5-32 781061 745420 -4.56%BenchmarkEncodeDigitsSL1e6-32 8143640 7715674 -5.26%BenchmarkEncodeTwainSL1e4-32 68150 68415 +0.39%BenchmarkEncodeTwainSL1e5-32 715140 687326 -3.89%BenchmarkEncodeTwainSL1e6-32 7718175 7339694 -4.90%benchmark old MB/s new MB/s speedupBenchmarkEncodeDigitsSL1e4-32 188.84 189.21 1.00xBenchmarkEncodeDigitsSL1e5-32 128.03 134.15 1.05xBenchmarkEncodeDigitsSL1e6-32 122.80 129.61 1.06xBenchmarkEncodeTwainSL1e4-32 146.74 146.17 1.00xBenchmarkEncodeTwainSL1e5-32 139.83 145.49 1.04xBenchmarkEncodeTwainSL1e6-32 129.56 136.25 1.05xbenchmark old allocs new allocs deltaBenchmarkEncodeDigitsSL1e4-32 0 0 +0.00%BenchmarkEncodeDigitsSL1e5-32 3 0 -100.00%BenchmarkEncodeDigitsSL1e6-32 41 0 -100.00%BenchmarkEncodeTwainSL1e4-32 0 0 +0.00%BenchmarkEncodeTwainSL1e5-32 3 0 -100.00%BenchmarkEncodeTwainSL1e6-32 41 0 -100.00%benchmark old bytes new bytes deltaBenchmarkEncodeDigitsSL1e4-32 0 0 +0.00%BenchmarkEncodeDigitsSL1e5-32 92929 9 -99.99%BenchmarkEncodeDigitsSL1e6-32 1298964 97 -99.99%BenchmarkEncodeTwainSL1e4-32 0 0 +0.00%BenchmarkEncodeTwainSL1e5-32 92928 8 -99.99%BenchmarkEncodeTwainSL1e6-32 1298871 92 -99.99%```* Pin garble to v0.7.2
klauspost authoredDec 19, 2022 zstd: Trigger BCE by switching on lengths (#716)
This patches reduces the number of bounds checks in zstd, as reported bygo build -gcflags="-d=ssa/check_bce/debug=1" |& wc -lfrom 723 to 693.
greatroar authoredDec 19, 2022 tests: Tweak fuzz tests (#719)
klauspost authoredDec 19, 2022
Commits on Dec 29, 2022
zstd: Shave some instructions off the amd64 asm (#720)
These are all in return sequences, so no performance gain expected, butthe generated code is smaller.
greatroar authoredDec 29, 2022
Commits on Jan 2, 2023
s2: Add example for indexing and existing stream (#723)
Also allow seek after EOF.
klauspost authoredJan 2, 2023
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.15.13...v1.15.14
Uh oh!
There was an error while loading.Please reload this page.