forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(encoding): numeric compression levels (1-22) API #61
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
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a40e317
feat(encoding): numeric compression levels (1-22) API
polaz bd152e0
fix(cli): align level 0 with library API and prevent i32::MIN overflow
polaz e209495
feat(encoding): source-size-aware parameter selection and review fixes
polaz 625c1f0
fix(encoding): honor source-size hints in matcher and cli
polaz ec9a61a
test(cli): clarify --store level validation behavior
polaz 70dd7f6
test(cli): derive parse boundary inputs from level constants
polaz eba6cbb
docs(encoding): align source-size docs with runtime behavior
polaz 42e6ecf
test(roundtrip): replace brittle monotonic ratio assertion
polaz d7f0a79
fix(encoding): clamp zero source-size hint to minimum window
polaz 8bb19c8
test(encoding): tighten level roundtrip checks and pool sizing
polaz 899a8f0
docs(cli): sync numeric defaults and source-hint coverage
polaz c37f6cf
fix(cli): document clap i64 range bounds for level parser
polaz 6aa7618
docs(encoding): note semver impact of level variant
polaz 672ac26
fix(encoding): canonicalize named levels in from_level
polaz fec2b3f
test(encoding): cover direct Level(0/3) default equivalence
polaz 5d8703d
docs(encoding): scope clamping guarantee to default matcher
polaz dcbdbd1
perf(encoding): avoid eager zero-fill in pooled block buffers
polaz 734f748
docs(encoding): clarify source-size hint scope
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.