Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

generator vs array

No description provided

Array.from vs Spread for strings

No description provided

UUID Generator

No description provided

for loop vs lastindexof

No description provided

for vs lastindexof

No description provided

querySelectorAll vs getElementsByTagName iteration - better

No description provided

char index vs charAt() vs slice() Big strings

Compare methods for testing string's beggining character.

Remove all children from DOM element

No description provided

Includes/has (Native vs Ramda)

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

querySelector(), id vs class

No description provided

querySelector(), document vs nested element

No description provided

indexOf vs findIndex vs for vs while vs indexed - 2000 items

No description provided

indexOf vs findIndex vs for vs while vs indexed - 500 items

No description provided

indexOf vs findIndex vs for vs while vs indexed - 100 items

No description provided

map/filter vs reduce vs for

No description provided

map/filter vs reduce

No description provided

for vs. object.assign vs spread vs. lodash.clone

No description provided

indexOf vs findIndex 99999sss

No description provided

map+filter vs reduce

No description provided

slice vs replace

No description provided

bunch of ifs vs switch

No description provided

e21er123f24fg234tg3g

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

lodash vs native 2020

No description provided

Math.floor vs alternatives

No description provided

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.