poga / actix-lua

Safe Lua Scripting Environment for Actix
MIT License
121 stars 13 forks source link

LuaJIT #27

Closed Immortalin closed 5 years ago

Immortalin commented 5 years ago

Faster

https://gitlab.com/Dreae/luajit-rs

poga commented 5 years ago

actix-lua aim to provide a safe scripting environment for actix. LuaJIT and direct binding on C API does provide better performance but they don't provide enough safety we want here.