This pits various ways to iterate over varargs against each other, primarily `select` vs `ipairs{...}`. This initial version is taken from DarkWiiPlayer. |
||
---|---|---|
.. | ||
README.adoc | ||
results.log | ||
run.lua |
vararg iteration
This compares the performance of various approaches to iterate over the arguments of a variadic function.