Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
No description provided
No description provided
Comparing Array.prototype.push and Array.prototype.push for big arrays (adding 100k elements to existing array)
No description provided
No description provided
No description provided
No description provided
Compare setAttribute to dataset
benchmark 2 different versions of jquery
No description provided
No description provided
compare finding the maximum value with Math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, a for-of loop, & finally a a Math.max.apply helper function.
compare finding the maximum value with Math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, a for-of loop, & finally a a Math.max.apply helper function.
compare finding the maximum value with math.max using .apply & using the spread (...) operator, vs a basic for loop with an if statement, a basic foor loop using length caching, a reversed iterate basic loop, & finally a for-of loop
No description provided
No description provided
No description provided
No description provided
myArr.Length vs myArr[i]
No description provided
No description provided
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map