This pits various ways to iterate over varargs against each other, primarily `select` vs `ipairs{...}`. This initial version is taken from DarkWiiPlayer.
7 lines
258 B
Text
7 lines
258 B
Text
= vararg iteration
|
|
|
|
This compares the performance of various approaches to iterate over the arguments of a variadic function.
|
|
|
|
== Credits
|
|
|
|
Created by https://github.com/DarkWiiPlayer at https://gist.github.com/DarkWiiPlayer/a6496cbce062ebe5d534e4b881d4efef.
|