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
- Host: GitHub
- URL: https://github.com/d-led/luajit_vs_lua
- Owner: d-led
- Created: 2015-10-16T20:27:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T17:26:20.000Z (over 10 years ago)
- Last Synced: 2025-04-11T23:40:38.949Z (about 1 year ago)
- Language: Lua
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`