Typed ArrayBuffer Booleans #157
Unanswered
x89-h
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I decided to ditch my own Typed ArrayBuffer implementation with
ws
in favor ofgeckosio
and its plugin. However, it does not seem to support writingboolean
s (1 bit). Am I wrong? I would like to find another way of usingboolean
s that doesn't waste 7 bits. (Right now I am storing them in a uint8). What I did in my implementation withws
was create a unique number for the given combination ofboolean
s and store that in auint8
.Are there plans to implement
boolean
s or is there something I missed?Beta Was this translation helpful? Give feedback.
All reactions