lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi list,

I posted some details on how to efficiently embed Lua in Erlang here: http://www.eonblast.com/blog/optimizing-erlualib-calls/

It's about embedding Lua in Erlang as a driver port, discussing in detail how to go beyond single step stack manipulation port calls towards directly accessing the Lua C API in one go. In the end I thought the post might be quite interesting to get a feel for the issue.

Feedback and critique very welcome.

Regards,

Henning