lua-ctables

Bridge between C-arrays and Lua multi-dimensional tables.

$ luarocks install lua-ctables

Memory Transfer between multi-dimensional Lua-tables and
C-arrays (void* ptr)
* Lua-tables of any dimension
* C-arrays/buffers of any type

C-buffers of any type means module can be used for IPC for
example shared/file-mapped memory. If layout matters this
feature is limited to IPC where both sides interpret long
double and integers the same.

Included is a linear algebra Vector/Matrix class capable of non
accelerated linear algebra using familiar operators. The class
primary use-case is to test/verify the module.

Versions

1.2.2-24 days ago675 downloads
1.2.2-14 days ago58 downloads
1.2.1-14 days ago(revision: 5)747 downloads
1.0.6-14 days ago(revision: 2)189 downloads
1.0.5-14 days ago159 downloads
1.0.4-14 days ago86 downloads
1.0.3-14 days ago21 downloads
1.0.2-14 days ago19 downloads
1.0.1-14 days ago60 downloads

Dependencies

lua >= 5.2

Labels

Manifests