1
Fork 0
lua-benchmarks/vararg-iteration
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
..
README.adoc Implement benchmark vararg iteration 2022-10-11 21:47:23 +02:00
results.log Implement benchmark vararg iteration 2022-10-11 21:47:23 +02:00
run.lua Implement benchmark vararg iteration 2022-10-11 21:47:23 +02:00

vararg iteration

This compares the performance of various approaches to iterate over the arguments of a variadic function.