bitarray

Bit array library for lua

$ luarocks install bitarray

A simple bit array (or bit set, bit string, boolean vector, ... whatever) data structure for Lua written in pure C.
* Array bit access using overloaded `[]` operators, concatenation with `..`, as well as `&, |, ~` for bit operations (5.3+).
* Object-oriented access. Method chaining is available.
* Conversion between bitarray and unsigned integers (big-endian).

Versions

1.5-14 years ago130 downloads
1.4-15 years ago22 downloads
1.3-15 years ago11 downloads
1.2-15 years ago8 downloads
1.1-15 years ago9 downloads
1.0-15 years ago9 downloads

Dependencies

lua >= 5.1

Labels

Manifests