Comparing performance of different looping patterns.
Just install the dependencies and type: node . or yarn bench or npm run bench.
Use command line argument 't' for using a typed array instead of a generic one: node . t
The result will (hopefully) look something like this:
Just add your code module into benchmarks/ directory.
The module has to export a function receiving an array of integer values and an optional size limit argument. The function has to return a bitwise xor of array elements.
In the report generated, the underscore characters in file names are changed to whitespaces.
