UNPKG

toni

Version:

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

4 lines 79 B
#!/usr/bin/env node ( function () { require( 'dado' )().do( 'test' ); } )();