Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
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
No description provided
Which one is fastest?
Which one is fastest to concat new item to an array?
No description provided
No description provided
comparing the already fast toString to jsfuck-string conversion +[]
replaceall with regex en string
No description provided
No description provided
No description provided
Comparing speed of getting element by id with jQuery vs Vanilla JS with getElementById and querySelector
No description provided
Testing how these fare against each other to create a new object (no nested objects). The tests will also change one of the properties in the new object.
No description provided
No description provided
No description provided
No description provided
the custom uniqBy doesn't rely on sorting. Instead it creates an object with the already added values
No description provided
Compare the new ES6 spread operator with the traditional concat() method and push