Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Object keys vs _.values

Compare the new ES6 spread operator with the traditional concat() method

getElementById vs querySelector again

No description provided

slice VS splice: who is the fastest to keep constant size

100k list

for loop vs. lodash range foreach vs. jquery each

No description provided

Different ways (template, vanilla js, innerHTML) to create DOM node

No description provided

jQuery by id vs Document.getElementById

Comparing speed of getting element by id with jQuery vs Vanilla JS

jQuery select by id vs select by class

No description provided

push vs spread for single element addition to array

No description provided

Array.prototype.concat vs spread operator forked

Compare the new ES6 spread operator with the traditional concat() method forked

querySelector vs querySelectorAll vs getElementsByClassName vs querySelector (ID) vs getElementsByID — (getElementsByClassName sem .(ponto))

No description provided

FIND SINGLE ELEMENT: querySelector(ID, TagName e Class) vs getElementsByClassName vs getElementsByID vs getElementsByTagName — (getElementsByClassName sem .(ponto))

No description provided

Clone And Copy Node (Table tbody)

No description provided

Array.prototype.slice vs spread operator 123

Compare the new ES6 spread operator with the traditional slice() method

Array.prototype.slice vs spread operator 12

Compare the new ES6 spread operator with the traditional slice() method

Array.prototype.slice vs spread operator 1

Compare the new ES6 spread operator with the traditional slice() method

angular.copy vs JSON.parse(JSON.stringify)

FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value.

.endsWith vs includes

No description provided

Map JS vs Lodash

No description provided

JS divide performance

No description provided

Switch vs Object

No description provided

Switch vs Object Literal by surbina v3

No description provided

Switch vs Object Literal by wj v1

No description provided

Switch vs Object Literal by surbina v2

No description provided

Finding items in array

No description provided

JS chunk array

No description provided