Rudxain / proposal-boolean-typed-array

Home Page:https://Rudxain.github.io/proposal-boolean-typed-array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BooleanArray

Motivation

to-do

Pros & Cons

to-do

Limitations

to-do

Optimization

Engines are allowed to compress the bitset. The actual encoding/compression-algorithm is implementation-defined.

All implementations must encode each bool in 1bit or less. That is, allocating 1Byte for each bool is explicitly forbidden, because that would make BYTES_PER_ELEMENT misleading

About

https://Rudxain.github.io/proposal-boolean-typed-array

License:MIT License


Languages

Language:HTML 95.2%Language:JavaScript 4.8%