Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array loop vs foreach vs map 10k

No description provided

Array loop vs foreach vs map 50k

No description provided

Array loop vs foreach vs map 100k

No description provided

getElementById vs getElementsByClassName[0]

No description provided

Array concat vs spread operator vs push 2asdasd

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

Array split vs string substring for dates

No description provided

String.match 4

Matching a string against more than one possibility.

String.match 2

Matching a string against more than one possibility.

String.match

Matching a string against more than one possibility.

loopstestjs

No description provided

loopstest

No description provided

jQuery append vs html

No description provided

LoDash Omit vs Destructured undefined vs native delete

Testing LoDash's omit function against Destructured undefined

JQuery: attr vs prop for getting id v3

Compare solutions for getting id from JQuery object.

jQuery hide in for loop vs. select all element and hide.

No description provided

set.has vs. array.includes(million)

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Object of different values.

Test on isEqual performance

Spread v concat

No description provided

parse number from string

No description provided

indexOf vs tolowercase

No description provided

string.includes vs string.indexOf

No description provided

Array vs Typed Array vs Buffer Typed Array

No description provided

JS Regex vs .startsWith vs .indexOf simpler

fork of https://www.measurethat.net/Benchmarks/Show/975/11/regex-vs-indexof-vs-startswith-vs-substr

startsWith vs RegExp

No description provided

_filter vs es6 filter

No description provided