bitset icon indicating copy to clipboard operation
bitset copied to clipboard

Length of the bitset

Open mwpowellhtx opened this issue 9 years ago • 0 comments

Hello,

How "long" so to speak can the bitset be? I am considering a leap into JavaScript, React, Node, etc, and along with that, will need some sort of extensible bitset. Should be able to support arbitrary length bitsets, complete with bitwise operations, serialization to/from string, bit as well as hex or even base-n representation. Serialization might be pushing it, but it does need to be extensible. Wondering if this is that?

Thank you...

mwpowellhtx avatar Feb 15 '16 18:02 mwpowellhtx