Browse the latest JavaScript performance benchmarks created by the community.
find() vs findIndex() in Javascript
No description provided
with 111
No description provided
No description provided
Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (~~Math.round(*10000)).toString() vs Math.floor fast vs the new Math.trunc
No description provided
No description provided
No description provided
Compare the built-in Object.values() method vs Underscore's _.values() method
No description provided
Compare the new ES6 spread operator with the traditional slice() method
Compare the new ES6 spread operator with the traditional slice() method
Compare the new ES6 spread operator with the traditional slice() method
No description provided
No description provided
No description provided
No description provided
No description provided
Object lookup performance
No description provided
Array fill method vs for loop performance validation
No description provided
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower
No description provided