Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.from() vs new Array() vs push vs [i] pushup

Testing the difference between creating filled arrays.

_.merge vs _.assign vs JS reduce

No description provided

Array.from() vs new Array() vs push pushup

Testing the difference between creating filled arrays.

lodash uniq vs set spread

is it faster to use spread notation and a new Set or is it faster to use lodash uniq?

Reduce with spread operator vs without on a large array 2

Reduce with spread operator vs without on a large array

Set vs Object vs Map vs Array, Access

Compare the speed to retrieve a value from three data structures that can be used for boolean referencing; i.e. for mapping enabled settings.

javascriptTest2403191

No description provided

jsTest

No description provided

Yea Shut up

Ahaa

increment vs assignment

No description provided

querySelector vs Closest!

No description provided

Intl.NumberFormat vs manual

No description provided

Array concat vs spread vs push spread, loop, apply (bigger cases 2)

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

Array concat vs spread vs push spread, loop, apply (bigger cases)

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

replaceAll vs regex replace compiled

No description provided

Some vs Find bool vs findIndex bool 2

No description provided

Some vs Find bool vs findIndex bool

No description provided

Some vs Find bool

No description provided

Loop Comprasion TT Team

No description provided

Math.pow vs Exponentiation vs Shift

No description provided

Loop Comprasion

No description provided

RecursiveDeepCopyTTTeam

No description provided

Lodash.get vs Property dot notation with default value

No description provided

Methods to remove duplicates object with a key from array

No description provided

For const of vs Map

No description provided