evo-lua / evo-runtime

All-in one Lua runtime based on LuaJIT and libuv
https://evo-lua.github.io
Mozilla Public License 2.0
10 stars 1 forks source link

Add FFI bindings for some of the C++ standard library bit operations (from the Numerics library) #514

Closed Duckwhale closed 5 months ago

Duckwhale commented 5 months ago

These seem to be much faster than Lua versions, resulting in a 10x speedup in the micro-benchmark (and ~5% in real code).