-
Notifications
You must be signed in to change notification settings - Fork 322
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
huff0: decompress directly into output #577
Merged
klauspost
merged 12 commits into
klauspost:master
from
WojciechMula:huff0-decompress-directly-into-output
May 7, 2022
Merged
huff0: decompress directly into output #577
klauspost
merged 12 commits into
klauspost:master
from
WojciechMula:huff0-decompress-directly-into-output
May 7, 2022
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 613a0f3 - Browse repository at this point
Copy the full SHA 613a0f3View commit details -
huff0: decompress directly into output buffer
The Go implementation uses an auxiliary buffer to avoid extensive bound checks. In the asm implementation we know in advance the output buffer is big enough, so it's possible to write directly to that buffer.
Configuration menu - View commit details
-
Copy full SHA for d5cf454 - Browse repository at this point
Copy the full SHA d5cf454View commit details
Commits on May 6, 2022
-
Fixes out-of-bound error and simplified code
By Klaus Post (https://gist.github.com/klauspost/306ed219fb5e275d7c9abb87c9a7b142)
Configuration menu - View commit details
-
Copy full SHA for ad057f6 - Browse repository at this point
Copy the full SHA ad057f6View commit details -
Update huff0/decompress_amd64.go
Co-authored-by: Klaus Post <klauspost@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f80d285 - Browse repository at this point
Copy the full SHA f80d285View commit details -
Co-authored-by: Klaus Post <klauspost@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 960fd97 - Browse repository at this point
Copy the full SHA 960fd97View commit details -
Co-authored-by: Klaus Post <klauspost@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb237b - Browse repository at this point
Copy the full SHA 1eb237bView commit details -
Co-authored-by: Klaus Post <klauspost@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4023afc - Browse repository at this point
Copy the full SHA 4023afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 170b86e - Browse repository at this point
Copy the full SHA 170b86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c3620 - Browse repository at this point
Copy the full SHA 58c3620View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9726f - Browse repository at this point
Copy the full SHA ad9726fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e543746 - Browse repository at this point
Copy the full SHA e543746View commit details -
Presence of this tag depends on the Go version on which `go generate` was run, see mmcloughlin/avo#183.
Configuration menu - View commit details
-
Copy full SHA for a070d8e - Browse repository at this point
Copy the full SHA a070d8eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.