Browse the latest JavaScript performance benchmarks created by the community.
testing various way of doing it
No description provided
Tests how inefficient it is to save the result of a mutating method (that already changes the value passed to it) in a new variable.
No description provided
No description provided
No description provided
No description provided
No description provided
Test simple string replacement when we don't need regex features such as capture groups.
No description provided
Compare Quakes fast inverse squareroot
A test summing 1000 random numbers, 1 - 10000
No description provided
Test runner for extended precision libraries (https://github.com/munrocket/double.js)
Finding the last non-null index in a 2D array can be done in several ways, two of them are using a ForEach vs. a Reduce method.
No description provided
Difference between typeof(a => {}) === 'function' and (a => {}).constructor === Function
No description provided
No description provided
No description provided
Deletion of an element from an array.
No description provided
No description provided
No description provided
Create a 2D "square" array that is filled with arrays of the same length.