forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 1
perf(decode): 8-slot software prefetch pipeline for sequence execution (#208) #227
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
+691
−37
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d870171
perf(decode): 4-slot software prefetch pipeline for sequence execution
polaz 06ebf23
docs(decode): clarify prefetch L2 deviation + comment direction
polaz 3d5f040
perf(decode): gate prefetch on offset >= 32 KiB + drop dead prefill g…
polaz 07d0e26
Merge branch 'main' into perf/#208-match-prefetch
polaz a3f4a78
fix(decode): use wrapping_add for prefetch position math to stay fuzz…
polaz 01be919
perf(decode): exact actual_offset via shadow_hist + short-offset fast…
polaz 55fb901
refactor(decode): align prefetch pipeline comments + drop redundant t…
polaz d8e69a0
perf(decode): gate prefetch pipeline by FSE-table long-offset share (…
polaz 2e174e1
fix(decode): prefetch across s1/s2 boundary when match source spans t…
polaz 4760fd9
perf(decode): bump prefetch ADVANCE 4→8 + switch lookahead hint T1→T0…
polaz 2187c97
perf(decode): short-circuit FSE offsets walk by num_sequences first
polaz be9cb20
refactor(decode): pointer-width-aware long-offset gate + accurate for…
polaz d8e65ed
docs(decode): align prefetch pipeline comments with ADVANCE=8 + T0/L1…
polaz bbd648d
fix(decode): prefetch the match-start cache line even when s1/s2 tail…
polaz bf70615
docs(decode): drop redundant 'STORED_SEQS = 8' echo in ADVANCE power-…
polaz 6dc8465
perf(decode): cache offsets-long-share in FSEScratch, recompute only …
polaz 54dd9ef
docs+test(decode): align review comments + add prefetch_lookahead_mat…
polaz b0a1116
perf(decode): pipeline-aware repeat variant + pre-resolved offset in …
polaz f4005ae
fix(decode): keep buffer.reserve in pipelined repeat + scratch reset …
polaz 45be345
Merge branch 'main' into perf/#208-match-prefetch
polaz 2aa2751
docs+test(decode): align pipeline comments with actual ring/reserve s…
polaz 72e0754
fix(decode): recompute offsets_long_share in FSEScratch::reinit_from
polaz 64ea74a
fix(decode): rollback offset_hist + buffer on mid-loop pipelined Err
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
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.