1
Fork 0
lua-benchmarks/vararg-iteration/README.adoc
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

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.