1
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
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
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