Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

arrayloops

No description provided

array exercise

No description provided

Map vs Object assign

Lookup of map vs object

Lodash vs plain

No description provided

Lodash.isEqual vs JSON.stringify Equality Comparison for Array of objects

Test on isEqual performance

for vs foreach vs for..of vs for..of over entries

Compare loop performance

Math.pow vs Math.sqrt vs bit operation

No description provided

Fork - Array concat vs spread operator vs push v2

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

Fork - Array concat vs spread operator vs push

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

Array to object benchmark

Array to object benchmark

spread vs push test1

Compare the new ES6 spread operator with the traditional push

spread vs push test

Compare the new ES6 spread operator with the traditional push

Number keyed maps

No description provided

Find vs Some 2

No description provided

isString

No description provided

Regex Compare

No description provided

Search in array of strings

No description provided

for of vs Array.reduce vs Array.forEach vs for i for summing and array of integers

Test which looping method has the best performance regarding getting the total sum of an array of integers in Javascript

method vs proto

No description provided

undefined vs. typeof vs. in vs. hasOwnProperty vs non strict

Object lookup performance

set.has vs. array.includes 3

No description provided

RegEx vs For Loop 2

-

set.has vs. array.includes 2

No description provided

jQuery Each vs For in

No description provided

findIndex primitive vs findIndex object

Difference within findIndex itself in performance between comparing primitive and non-primitive values.