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-13 years ago94 downloads
1.4-13 years ago20 downloads
1.3-13 years ago9 downloads
1.2-13 years ago6 downloads
1.1-13 years ago7 downloads
1.0-13 years ago7 downloads

Dependencies

lua >= 5.1

Labels

Manifests