-
Notifications
You must be signed in to change notification settings - Fork 5
IGZIP inflate correctness, statistics, and IAA→IGZIP fallback #54
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
Open
asonje
wants to merge
21
commits into
intel:igzip
Choose a base branch
from
asonje:igzip
base: igzip
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6a89390
igzip: fix raw deflate over-consumption via read_in_length
asonje 93f144e
rename trailer_overconsumption_fixed -> read_in_correction_applied; r…
asonje 92eaf59
add IGZIP inflate/deflate counters to statistics; enable ENABLE_STATI…
asonje b48d118
add iaa_fallback_igzip: IAA can fall back to IGZIP before software zlib
asonje 0a857e6
cmake: set ENABLE_STATISTICS=OFF by default
asonje 1971197
- Reset statistics to off by default and formatting
asonje f7ee0ec
IGZIP: lift Z_FINISH-only restriction; enable full streaming compress
asonje ccd3d6c
fix iaa_fallback_igzip compress: set path_selected=IGZIP after fallback
asonje 37fdc50
iaa: replace marker-based IsIAADecompressible with 512-byte threshold
asonje fd6ebbb
README: document USE_IGZIP cmake option and ISA-L dependency
asonje 0366ddd
zlib_accel: guard pre_avail_in declaration with USE_IGZIP
asonje 07338b4
Clang format
asonje 8c1bf9a
remove cmake.txt; fix null deref in deflateSetDictionary
asonje dd02236
igzip: remove dead SupportedOptions/IGZIPShouldFallback stubs
asonje 8ba37be
zlib_accel: fix read_in_correction_applied semantics and reset asymmetry
asonje cd7cb91
iaa: deprecate iaa_prepend_empty_block config option
asonje db0a00f
tests: add IAA->IGZIP fallback coverage
asonje a75858e
tests: restore IGZIP path assertions for SYNC_FLUSH regression tests
asonje 6ef5f24
igzip: document read_in_correction_applied reset and ZSTATE_NEW_HDR c…
asonje 8f63d4b
address round-2 Copilot review: README doc, igzip.h comment, IGZIP st…
asonje 612c560
fix: restore gzip_flag after deflateReset on IGZIP stream (Cassandra …
asonje 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| /build/ | ||
| /tests/build | ||
| /tests/build | ||
| cmake.txt | ||
| /resources/ | ||
|
|
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.