Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

replaceAll vs replace 2

includes vs regexp

Fast deep equal vs strigify

No description provided

Filter vs. set

No description provided

pop() vs array.length -= 1

No description provided

id vs getAttribute vs map

No description provided

str.match vs str.Split and for each (regex g flag)

No description provided

str.match vs str.Split and for each 2

No description provided

str.match vs str.Split and for each

Test String.match with regex against String.split with string. We are splitting a string at the spaces.

Set vs strict equality

No description provided

arr.find vs arr[arr.findIndex] (Array prototype methods)

Measuring which is faster

Array slice vs for loop (set by index in new Array)

No description provided

Array slice vs for loop (set by index)

No description provided

hypot vs. sqrt

Math.hypot vs Math.sqrt

id vs getAttribute pt 2

No description provided

id vs getAttribute

No description provided

Spread vs Object.assign vs Object.create

No description provided

Array isArray vs typeof with string

Is typeof or isArray faster for detecting if something is an array or strings or a single string

Array.prototype.forEach vs _.each test

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

Large Array spread vs Large Array concat

No description provided

MMP Reverse Array

No description provided

email-validator PR 80 benchmark

No description provided

check regex vs split4

No description provided

check regex vs split3

No description provided

check regex vs split2

No description provided

check regex vs split

No description provided