lua-capnproto icon indicating copy to clipboard operation
lua-capnproto copied to clipboard

Lua-capnp is a pure lua implementation of capnproto based on luajit.

Results 7 lua-capnproto issues
Sort by recently updated
recently updated
newest added

OSX latest LuaJIT 2.1.0-beta3 ```bash luajit benchmark.lua Benchmarking 1000000 times. cjson encode Elapsed: 1.818497s capnp encode Elapsed: 0.104733s cjson decode Elapsed: 2.268937s [1] 52312 segmentation fault luajit benchmark.lua ```

Are you planning to add support for packing/unpacking?

When I run "luarocks install lua-capnproto" I get the following error message - "Error: No results matching query were found." Details about my machine [root@bsd /tmp/tmp3/lua-capnproto]# luajit -v LuaJIT 2.1.0-alpha...

Probably i should add some tests for far pointers. I test it for my own serialized data obtained from native c++ app and i dunno proper way to implement the...

Hi, > Currently, lua-capnproto only works with LuaJIT v2.1. This is because lua-capnproto needs 64 bit integer support and 64bit number bit operations, but only LuaJIT v2.1 provides a decent...

after compile the code even use luaRocks that is not the windows exec or bat cant use in windows?

Hi, I am quite new to Lua world and to capnproto. So, it is difficult for me to make an estimation of the effort needed to port your code to...