A last letter game benchmark implemented in Lua
Clone repository recursively:
git clone --recursive https://github.com/LLGAssessment/llg-lua.git
Run test and measure its time:
cd llg-lua
time lua llg.lua < llg-dataset/70pokemons.txt
Of course you can use LuaJIT for this benchmark:
time luajit llg.lua < llg-dataset/70pokemons.txt