Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

For of VS for VS forEach

No description provided

Native JS: concatenate string with + vs template literals vs String.concat

find best solution for concatenate 4 strings

all variety of loops in js

No description provided

Array loop vs foreach vs map vs filter vs reduce

No description provided

math pow vs bit shifting vs **

No description provided

math pow vs bit shifting

No description provided

Map vs Object -- 2

Lookup of map vs object

JS: find need element in array v.2

compare approaches for find need element in array

Replace vs Match

Replace vs Match

getElementById vs querySelector 2

No description provided

uniq across _, R, Set

No description provided

Map vs Object Extended

Lookup of map vs object

html regexp2

No description provided

JQuery: compare approaches for getting first option

compare which approach is better for getting first option from select

Native JS: reduce vs join

compare approach for join element of array

Native concat() vs ES6 spread [2]

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

Array concat vs spread operator [2]

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

Array concat vs spread operator [1]

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

JQuery: compare selector for finding by name attribute

find the best approach for finding element by name

JQuery: text vs html getting

compare which method work quicker for getting text from element

Lodash isEmpty vs native .isArray + length

No description provided

lodash map vs es6 map (10000 times)

No description provided

lodash map performanc vs es6

No description provided

Regex /i vs .indexOf with tolowerCase

Testing some things

compare selector for find checkbox v3

compare JQuery selector for find checkboxes