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
Keywords
booleanarrayfastefficientmap
INSTALL
Type:
<script type="module"> import fastBooleanArray from 'https://cdn.jsdelivr.net/npm/fast-boolean-array@1.7.1/+esm' </script>
Selected files