luajit
Passing C struct pointer to lua script
I would like to know is there a way to pass a struct pointer to a lua script, and reach it\'s members from lua without copy (for read and write purposes).[详细]
2023-04-02 02:15 分类:问答LuaJIT require module error
require \"utils.lua\" stdin:1: module \'utils.lua\' not found: no field package.preload[\'utils.lua\'] no file \'D:\\blizzard\\Projects\\Lu开发者_开发知识库a\'[详细]
2023-03-22 03:00 分类:问答Is it possible to use functions from c++ namespaces with luajit ffi?
I\'ve got a lot of c++ code which contains a lot of functions and classes in namespaces (boost, for example).[详细]
2023-03-20 11:34 分类:问答LuaJIT and Rocks?
Just a small question from a \"Lua newbie\"...I have been using LuaJIT and it is awesome, no the question is since LuaJIT is Lua 5.1 compatible does that mean I can use all the \"LuaRocks\" that stand[详细]
2023-03-17 00:19 分类:问答How to configure mod_lua (apache) to use LuaJIT?
How do I configure mod_lua to use LuaJIT, instead of just plain 开发者_JAVA百科Lua?I was able to compile Apache 2.3 and link mod_lua against LuaJIT 2.0b6 like this:[详细]
2023-03-07 19:09 分类:问答How difficult is the LuaJIT FFI?
I recently looked into Lua and it seems really nice. The only annoying thing is its lack of (standard) libraries. But with the JIT compiler comes along a nice FFI C interface.[详细]
2023-02-25 04:07 分类:问答Why is LuaJIT so good?
EDIT: unfortunately LuaJIT was taken out of the comparison in the link below. This comparison of programming languages shows that LuaJIT has an over tenfold improvement over the normal Lua implementa[详细]
2023-02-08 15:31 分类:问答Is LuaJIT really faster than every other JIT-ed dynamic languages? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so开发者_StackOve[详细]
2022-12-26 01:56 分类:问答NetBeans should be named "Mexican Jumping Beans"
I have been trying to set up a Ja开发者_JAVA百科va form in NetBeans with 15 - 20 visual components (buttons, textfields, etc.) and I have been using the Free Design layout paradigm on the MAC.[详细]
2022-12-16 21:39 分类:问答