forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(dictionary): load raw content where upstream does, and scan dictionary blocks the way it scans them #492
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
15 commits
Select commit
Hold shift + click to select a range
a9ab166
fix(dictionary): load raw content where upstream loads it
polaz e28f49b
refactor(bench): let the dict harness take either dictionary kind
polaz d5b7819
perf(dfast): scan a dictionary block with one cursor, as upstream does
polaz b0815e5
perf(fast): decide a dictionary candidate on four bytes before counting
polaz 6d0446b
fix(cli): reduce an unnamed ultra level instead of refusing it
polaz 77079f1
test(encode): cover the dictionary paths the dispatch leaves cold
polaz 13076b1
test(fast): cover a repcode whose candidate is in the dictionary
polaz bc639a8
fix(dictionary): take an empty buffer as a dictionary with no content
polaz 2e1a532
perf(dfast): index the probed ip+1 position, as upstream does
polaz 2ee35cc
docs(dfast): record what the dictionary loop's shape measured
polaz 6f5781b
test(dfast): check the NEON dictionary loop against the scalar one
polaz 01e61bf
docs(fast): record what the dictionary gate measured in cycles
polaz 14810b1
fix(fast): bound the established prefix without a sum that can wrap
polaz d02ceac
docs(encode): record the dictionary kernels against upstream's counters
polaz 6dedb5f
fix(stream): give back the dictionary's entropy tables when clearing
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
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
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.
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.