1
Fork 0
lua-benchmarks/vararg-iteration
Lucas Schwiderski 33ff43c859
refactor: Use a more representative code style
Removing global indexing takes off quite a bit of run time.
2022-10-11 23:13:55 +02:00
..
README.adoc Implement benchmark vararg iteration 2022-10-11 21:47:23 +02:00
results.log refactor: Use a more representative code style 2022-10-11 23:13:55 +02:00
run.lua refactor: Use a more representative code style 2022-10-11 23:13:55 +02:00

vararg iteration

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