forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(encoding): add dictionary compression support #44
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
24 commits
Select commit
Hold shift + click to select a range
f45a5a8
feat(encoding): add dictionary compression support
polaz 373eef0
fix(encoding): harden dictionary input handling
polaz 05a712c
style(tests): format dictionary panic regression asserts
polaz dc4ec49
fix(dict): align defaults and clarify dictionary priming
polaz 9093834
test(packaging): handle must_use and trim crate payload
polaz f12d234
fix(dict): seed encoder entropy and reject zero repcodes
polaz 0fd86e8
perf(encoding): cache dictionary entropy tables
polaz 7d8a5f0
fix(encoding): harden dictionary priming suffix reuse
polaz 253e788
fix(encoding): harden dictionary priming invariants
polaz c8c477b
fix(encoding): validate repcodes and retain dict history
polaz 5770877
test(encoding): avoid moving frame decode error in assert
polaz 29ac4e7
test(encoding): cover dfast priming and decouple header window
polaz b8ed722
chore(encoding): document len_log zero guard
polaz 4701190
fix(encoding): cap dictionary retention to committed bytes
polaz 2fb69e2
style(encoding): format tail budget subtraction
polaz 80907a8
fix(encoding): skip dictionary state for raw frames
polaz a4cf2f0
fix(encoding): address renewed review threads
polaz 42450b7
test(encoding): cover window crossing with dictionaries
polaz a58db02
fix(encoding): gate dictionary id on matcher capability
polaz 5da6696
fix(encoding): retire dictionary budget on eviction
polaz 702c64d
perf(encoding): avoid extra entropy-table cloning
polaz 3705230
fix(encoding): correct dfast eviction accounting
polaz f11ac36
fix(encoding): preserve entropy tables for clone_from reuse
polaz 127d41d
fix(dictionary): reject empty raw dictionaries
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.