Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Snappier from 1.1.1 to 1.1.5 #495

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2024

Bumps Snappier from 1.1.1 to 1.1.5.

Release notes

Sourced from Snappier's releases.

release/1.1.5

What's Changed

New Contributors

Full Changelog: brantburnett/Snappier@release/1.1.4...release/1.1.5

release/1.1.4

This release primarily includes performance improvements around stream decompression in .NET 8, but does show some minor decompression improvements on other runtimes (except .NET 4.8 which is not a priority). Also includes a bug fix for a stream decompression corner case.

What's Changed

Decompression Benchmarks

BenchmarkDotNet v0.13.10, Windows 11 (10.0.22621.3007/22H2/2022Update/SunValley2) 12th Gen Intel Core i7-1270P, 1 CPU, 16 logical and 12 physical cores .NET SDK 8.0.101

Method Runtime Build PGO Mean Error StdDev Ratio RatioSD Rank
BlockDecompress .NET Framework 4.8 Previous N 14.55 us 0.089 us 0.079 us 1.00 0.00 1
BlockDecompress .NET Framework 4.8 Default N 15.78 us 0.189 us 0.158 us 1.08 0.01 2
BlockDecompress .NET 6.0 Previous N 12.99 us 0.151 us 0.134 us 1.00 0.00 2
BlockDecompress .NET 6.0 Default N 12.75 us 0.181 us 0.170 us 0.98 0.02 1
BlockDecompress .NET 8.0 Previous N 10.57 us 0.208 us 0.214 us 1.00 0.00 2
BlockDecompress .NET 8.0 Default N 10.30 us 0.163 us 0.152 us 0.97 0.02 1
BlockDecompress .NET 8.0 Previous Y 10.51 us 0.198 us 0.194 us 1.00 0.00 2
BlockDecompress .NET 8.0 Default Y 10.15 us 0.173 us 0.162 us 0.97 0.02 1
Method Runtime Build PGO Mean Error StdDev Ratio RatioSD Rank
StreamDecompress .NET Framework 4.8 Previous N 337.3 us 6.35 us 5.94 us 1.00 0.00 1
StreamDecompress .NET Framework 4.8 Default N 332.4 us 5.09 us 4.51 us 0.99 0.02 1
StreamDecompress .NET 6.0 Previous N 164.9 us 2.57 us 2.40 us 1.00 0.00 2
StreamDecompress .NET 6.0 Default N 161.2 us 3.21 us 3.29 us 0.98 0.02 1

... (truncated)

Commits
  • adcc68b Switch NuGet to use a license expression to assist with SBOM analysis (#93)
  • 0993527 Update README.md - Correcting wrong descriptions (#91)
  • e4eb986 Don't pass around references to the scrach buffer (#90)
  • 11be394 Fix stream decompression corner case failure (#89)
  • 4769e23 Use an inline array for decompression scratch (#86)
  • d647299 Refactor DecompressAllTags to reduce duplicate code (#85)
  • 77834c8 Improve .NET 8 stream decompression perf (#84)
  • 9d07b42 Handle null chunk type using enum value (#83)
  • 777936b Apply various code analysis improvements (#82)
  • 97b2409 Eliminate most CharTable range checks (#81)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 23, 2024
@runejo
Copy link
Owner

runejo commented Feb 5, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/Snappier-1.1.5 branch from 2de9744 to eb751ff Compare February 5, 2024 09:44
Bumps [Snappier](https://github.com/brantburnett/Snappier) from 1.1.1 to 1.1.5.
- [Release notes](https://github.com/brantburnett/Snappier/releases)
- [Commits](brantburnett/Snappier@release/1.1.1...release/1.1.5)

---
updated-dependencies:
- dependency-name: Snappier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Snappier-1.1.5 branch from eb751ff to 46b307d Compare February 7, 2024 07:37
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2024

Superseded by #507.

@dependabot dependabot bot closed this Mar 6, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Snappier-1.1.5 branch March 6, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant