An open API service indexing awesome lists of open source software.

https://github.com/d-led/luajit_vs_lua

a simple self-contained Lua vs LuaJIT benchmark
https://github.com/d-led/luajit_vs_lua

Last synced: 12 months ago
JSON representation

a simple self-contained Lua vs LuaJIT benchmark

Awesome Lists containing this project

README

          

# Lua vs. LuaJIT #

* a simple, self-contained benchmark (with a build config, currently, only for Windows and Linux, but the config is easily extensible)
* shared benchmark [source](src/bench_common.cpp)
* On Debian/Ubuntu, the system packages are used: `sudo apt-get install luajit lua5.1`
* To run the luajit benchmark: `export LD_LIBRARY_PATH=/usr/local/lib && bin/linux/gmake/x32/Release/luajit_21_benchmark`