Browse the latest JavaScript performance benchmarks created by the community.
Compare the differing ways you can call a function with arbitrary arguments dynamically
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Compare the new ES6 spread operator with the traditional concat() method
No description provided
Test on isEqual performance
Compare different ways of iterating over an object
No description provided
No description provided
trying to see how to best emulate $x(), and how that compares to querySelectorAll (in a case where there is an equivalent pattern) unfortunately can't test against $x(), but I reckon it would've been way faster than the methods employed here to construct something array-like from evaluate() to mimic it :(
Find best perf for removing first known dir in path string.
Compares slice, substr and substring to each other when there is a start and end index on a large string (10k words, ~67KB)
No description provided
No description provided
Test on isEqual performance
Testing the difference between native loops and find()