Files
rustfs/crates/ecstore/src/erasure
houseme d92c563b9e perf(ecstore): keep decode scratch buffers inline (#6002)
Keep common shard-indexed decode scratch vectors inline while preserving heap fallback for larger supported erasure layouts. Consume scratch iterators directly at the stripe-state boundary to avoid reallocating.

Co-authored-by: heihutu <heihutu@gmail.com>
2026-08-12 15:40:32 +00:00
..

ECStore Erasure Layout

Reserved for erasure coding and bitrot ownership once quorum, parity, and read integrity checks are pinned by focused tests.