Memory buffers that support typed accesing and cross thread transfer.

$ luarocks install void

Void is a module for memory buffer manipulation that provides:

* Proxy userdata(views) that point to slices of underlying buffers.
* Buffers up to 2GB that can be accessed as signed or unsigned types.
* Named shared queues that allow cross thread transfer of buffers.
* Common operations like writing to/reading from files and sockets.

Versions

1.0-19 years ago124 downloads

Dependencies

lua >= 5.1

Manifests