Skip to content

Replace HashSet with Vec for small-N middle-out removal tracking #888

@bug-ops

Description

@bug-ops

Context

HashSet for N <= 20 indices has higher overhead than Vec with linear contains().

Solution

Switch to Vec<usize> with capacity hint.

Epic: #861 | Effort: XS | Crate: zeph-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions