Per-entry storage breakdown — isometric comparison (all protocols normalized to same LLC capacity)
🔵 Pointer Width
Clustering cuts pointer from 10b (1024 IDs) → 5b (32 IDs). +1 type bit = 6b. More pointers per budget.
🟢 SetOverflow
2×6b per way + 12×6b shared across 12 ways = avg 3 ptrs/way. Only 2% of sets overflow → B bit.
🟠 2.75× Gap
Dorado (24b) uses 2.75× less storage than full bit vector (66b) while staying within 1% of its performance.