Bit Vector

2 articles
tag: bit-vector 2 published articles
Java

EnumSet and LinkedHashSet

Discover EnumSet's blazing-fast bit vector implementation, LinkedHashSet's insertion-order preservation, and when specialized sets outperform general-purpose alternatives.

Bit VectorEnumsetJava+2 more
June 10, 2026
17 min
Algorithms

EnumSet / Bit Vector

Visual guide to EnumSet: bit vector representation for enum values. See ultra-fast set operations on bits.

Bit VectorData StructureEnumset+1 more
June 10, 2026
4 min