Benchmark name When Created
querySelectorAll vs getElementsByTagName iteration - better 3 years ago
char index vs charAt() vs slice() Big strings

Compare methods for testing string's beggining character.

3 years ago
Remove all children from DOM element 3 years ago
Includes/has (Native vs Ramda)

measures the speed of ramda's map vs Array's native map vs lodash map

3 years ago
querySelector(), id vs class 3 years ago
querySelector(), document vs nested element 3 years ago
indexOf vs findIndex vs for vs while vs indexed - 2000 items 3 years ago
indexOf vs findIndex vs for vs while vs indexed - 500 items 3 years ago
indexOf vs findIndex vs for vs while vs indexed - 100 items 3 years ago
map/filter vs reduce vs for 3 years ago
map/filter vs reduce 3 years ago
for vs. object.assign vs spread vs. lodash.clone 3 years ago
indexOf vs findIndex 99999sss 3 years ago
map+filter vs reduce 3 years ago
slice vs replace 3 years ago
bunch of ifs vs switch 3 years ago
e21er123f24fg234tg3g

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

3 years ago
lodash vs native 2020 3 years ago
Math.floor vs alternatives 3 years ago
lodash.each vs Array.forEach vs jQuery.each vs for - inline code

Compares lodash.each, Array.prototype.forEach, jQuery.each, for and for..of, when the loop body execites an inline statement.

3 years ago
lodash.each vs Array.forEach vs jQuery.each vs for - function call

Compares lodash.each, Array.prototype.forEach, jQuery.each, for and for..of, when the loop body calls function.

3 years ago
lodash clone vs object.assign vs for vs spread 3 years ago
Comparison of setting style via different methods 3 years ago
testingelad3 3 years ago
lodash intersectionBy vs array filtering with includes

Return only objects with same id

3 years ago

 New benchmark Your benchmarks