typedfastbitset

Speed-optimized BitSet implementation for modern browsers and JavaScript engines, using typed arrays

fastbitset

Speed-optimized BitSet implementation for modern browsers and JavaScript engines

toni

Toni, a simple and efficient bitmap implementation for positive integer sets (max 32 bits), with no element repetition, using bitwise operations and a Buffer. Modifying a single bit instead of an entire byte, obviously saves 87.5% of Buffer space, but it