1
Fork 0
Various benchmarks for the Lua language, usually hacked together quickly during a discussion.
Find a file
Lucas Schwiderski f4493fe5ce
Implement benchmark vararg iteration
This pits various ways to iterate over varargs against each other,
primarily `select` vs `ipairs{...}`.
This initial version is taken from DarkWiiPlayer.
2022-10-11 21:47:23 +02:00
vararg-iteration Implement benchmark vararg iteration 2022-10-11 21:47:23 +02:00
Justfile Initial commit 2022-10-11 21:43:25 +02:00
LICENSE Initial commit 2022-10-11 21:43:25 +02:00
README.adoc Initial commit 2022-10-11 21:43:25 +02:00

lua-benchmarks

Various benchmarks for the Lua language, usually hacked together quickly during a discussion.