fast-boolean-array

esm cjs
In JavaScript, when working with large arrays of boolean values, a common challenge is efficiently indexing and retrieving these values. Using a regular JavaScript array to store booleans is straightforward, but it is memory-inefficient. While booleans ar
Version 1.6.0 License MIT
Keywords
booleanarrayfastefficientmap
<script type="module"> import fastBooleanArray from 'https://cdn.jsdelivr.net/npm/fast-boolean-array@1.6.0/+esm' </script>