forked from KillingSpark/zstd-rs
-
Notifications
You must be signed in to change notification settings - Fork 1
perf(hc): lazy-skip + separate dictMatchState beat C on small-window dict compress #427
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 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
345e058
perf(encode): add SoA node-price array to the optimal parser (infra)
polaz afc7d24
perf(encode): SIMD price-set compare for non-abort optimal modes
polaz aec7ab9
perf(encode): gate optimal-parser SIMD price-set to long ranges only
polaz a427d8a
perf(encode): macro-expand optimal-parser SIMD price-set per CPU tier
polaz 2ce0b35
perf(encode): vector-load cached ml-prices in the optimal-parser pric…
polaz 63bd6d5
perf(encode): cheaper in-lane deinterleave for the price-set vector load
polaz 4fe3239
perf(encode): generic price-set vector body + NEON tier
polaz 9f52869
perf(encode): wire SSE4.1 price-set tier + per-tier helper correctnes…
polaz 1b0ffae
perf(encode): wire wasm simd128 price-set tier
polaz b8b17fc
fix(encode): hash the borrowed window in HashChain insert, not the ow…
polaz 8357600
perf(encode): reuse HC dict tables on snapshot restore instead of rea…
polaz 3e064f5
perf(hc): raw u32 MEM_read32 gate in chain walk
polaz 45ee62d
perf(hc): relative-space chain walk, hoist loop invariants
polaz 5df3782
perf(hc): lazy skipping over matchless runs (donor parity)
polaz a1da846
perf(hc): separate dictMatchState fused into the lazy chain walk
polaz 8710803
perf(hc): monomorphise lazy parse over DICT (dms split)
polaz ba8dab6
perf(hc): inline the dms walk into the DICT=true monomorph
polaz d6f69f8
fix(opt): count node-price buffer in workspace estimate
polaz 80ea26e
fix(dict): align HC attach cutoff to upstream 32 KiB
polaz 939a16b
fix(dict): add BT/optimal dict copy path to match upstream shape
polaz d9b6365
fix(dict): tag dms layout + sync SoA prices in optimal seed
polaz 6bfe828
fix(dict): gate lazy dispatcher on dms.is_primed()
polaz 4f685a0
refactor(opt): make node_prices the single source of truth for price
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
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.