Benchmark name When Created
for loop vs. lodash range foreach vs. jquery each 5 years ago
Different ways (template, vanilla js, innerHTML) to create DOM node 5 years ago
jQuery by id vs Document.getElementById

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

5 years ago
jQuery select by id vs select by class 5 years ago
push vs spread for single element addition to array 5 years ago
Array.prototype.concat vs spread operator forked

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

5 years ago
querySelector vs querySelectorAll vs getElementsByClassName vs querySelector (ID) vs getElementsByID — (getElementsByClassName sem .(ponto)) 5 years ago
FIND SINGLE ELEMENT: querySelector(ID, TagName e Class) vs getElementsByClassName vs getElementsByID vs getElementsByTagName — (getElementsByClassName sem .(ponto)) 5 years ago
Clone And Copy Node (Table tbody) 5 years ago
Array.prototype.slice vs spread operator 123

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

5 years ago
Array.prototype.slice vs spread operator 12

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

5 years ago
Array.prototype.slice vs spread operator 1

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

5 years ago
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.

5 years ago
.endsWith vs includes 5 years ago
Map JS vs Lodash 5 years ago
JS divide performance 5 years ago
Switch vs Object 5 years ago
Switch vs Object Literal by surbina v3 5 years ago
Switch vs Object Literal by wj v1 5 years ago
Switch vs Object Literal by surbina v2 5 years ago
Finding items in array 5 years ago
JS chunk array 5 years ago
Js array chunk 2 5 years ago
Regex vs includes 5 years ago
Object.forEach vs Reduce 5 years ago

 Create Your benchmarks


;