forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 1
perf(huf+lazy): gate HUF table-log on the size-adaptive strategy, unify the lazy parser #455
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
45be7d0
perf(huf): gate optimal-depth tableLog search to btultra+ (match C)
polaz d25336e
perf(huf): match C FSE_optimalTableLog for the cheap-path literal tab…
polaz 47c349b
fix(lazy): match C depth-2 lookahead bias (+3 increment, not +4)
polaz dbb4c66
refactor(lazy): extract shared C-faithful lazy commit/defer decision
polaz dc493a5
refactor(lazy): wire Row lookahead to shared C-faithful driver
polaz d6eb1f3
Revert "refactor(lazy): wire Row lookahead to shared C-faithful driver"
polaz f8ef437
Reapply "refactor(lazy): wire Row lookahead to shared C-faithful driver"
polaz 5df9b1c
refactor(lazy): convert shared lazy decision to an inline macro
polaz 4dc087d
refactor(matcher): route HC back-extension through extend_backwards_s…
polaz 3c848c0
refactor(lazy): reconcile the shared lazy decision to the length heur…
polaz 5a0c1e4
refactor(lazy): route the test-only Row lazy probe through lazy_decide!
polaz a4e3077
fix(huf): gate literal HUF search on the size-adaptive strategy
polaz bebe287
refactor(hc): select repcode-vs-chain by length, matching C and the c…
polaz d2f944b
refactor(hc): share the lazy back-extension via extend_backwards_shared
polaz 84531d2
perf(hc): carry the lazy lookahead instead of re-searching the deferr…
polaz 29bc134
perf(hc): return the lazy carry decision in registers (16-byte HcMatch)
polaz 63afbff
fix(no-std): keep lazy_parse ungated, gate ldm on the hash feature
polaz 4de1ad2
fix(hc): defer on the depth-2 no-carry lazy lookahead instead of comm…
polaz 6974c39
fix(lazy): pin a one-byte advance after a depth-2 defer-without-carry
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.