type FrameIndex = Arc<HashMap<CidWrapper, Bytes>>;Expand description
One decompressed zstd frame’s index, shared via Arc so cache lookups
don’t deep-copy the inner hashbrown::HashMap. Snapshot export hits the
cache once per CID; a per-call HashMap clone destroys throughput.
Aliased Type§
struct FrameIndex { /* private fields */ }