forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(encoder): FSE table reuse and offset history optimization #33
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
polaz
merged 27 commits into
main
from
feat/#17-feat-fse-table-reuse-and-offset-history-optimizati
Mar 26, 2026
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2a27161
feat(encoder): FSE table reuse and offset history optimization
polaz f1e162e
docs: fix clippy command in copilot-instructions
polaz 5468134
fix(encoder): align fse repeat state with decoder
polaz e472885
test(encoder): harden fse regressions
polaz 50812ea
test(interop): add reverse fse regression coverage
polaz a154c95
test(encoder): add single-symbol table regression
polaz 9dd75e3
fix(encoder): avoid single-symbol fse panic
polaz dd48ad3
docs(encoder): clarify fse cost comparison
polaz c08ea51
fix(fse): assert table header alignment\n\n- document that single-sym…
polaz 3316ccf
fix(encoder): harden repeat table state\n\n- avoid none unwrap when r…
polaz 9ff9143
fix(ringbuffer): restore branchless copy path\n\n- wire extend_from_w…
polaz 7b72b57
style(rustfmt): apply workspace formatting\n\n- run cargo fmt --all a…
polaz 103be96
test(coverage): cover edition cleanup paths
polaz 5a61263
fix(encoder): tighten repeat table reuse
polaz 18c0721
test(errors): sharpen regression coverage
polaz 3e8fded
fix(fse): silence bench-only warnings
polaz bc5b794
build(rust): pin workspace toolchain to 1.94
polaz 5d54817
fix(encoder): avoid invalid fse table fallback
polaz 5b4fd90
ci(rust): install i686 target explicitly
polaz 7e92555
ci(rust): pin workflow toolchain to 1.94
polaz 56c1e6d
test(errors): lock display regressions to exact text
polaz 0854328
docs(ci): clarify toolchain and test intent
polaz 2e6edc5
ci(bench): pin benchmark toolchain to 1.94
polaz 8298996
ci(rust): follow stable and pin msrv
polaz 7262247
fix(zstd): tighten wraparound review fixes
polaz 874b249
test(zstd): stabilize review-driven assertions
polaz 95e929e
test(zstd): narrow zero-ll coverage claim
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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [toolchain] | ||
| # Follow the latest stable toolchain by default. | ||
| # MSRV remains 1.92.0 and is verified separately via `rust-version` plus the CI msrv job. | ||
| channel = "stable" | ||
| components = ["clippy", "rustfmt"] |
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.
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.