Modular by design, and supports tree-shaking. Aligns with the community API documentation. Supports Node environments (20 and above). Supports browsers. Ships with TypeScript support and types. Zero ...
A BitSet (also called Bitmap or bit vector) is an ideal data structure to implement a set when values being stored are reasonably small integers. It can be orders of magnitude faster than a generic ...