Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Object to FormData form - forEach vs reduce vs for..in

Comparision between three ways of converting object to FormData form

for vs foreach vs some vs for..of vs for in

Compare loop performance

Dom element measure #1

No description provided

Assignt vs spred

check speed spred and assign

Math.round()

Math.round() vs toFixed()

Array Intersection vs. Set Intersection vs. Lodash part 4

No description provided

Adam -- Array concat vs spread operator vs push

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

Array.find vs map to object then lookup.

For an array of objects, is multiple calls to Array.find performant? Can we improve find performance by first creating a flat array of just the object keys we are looking for, then calling Array.includes?

Adam - Array concat vs spread operator vs push

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

stews test

No description provided

Map vs Object setup 1

setup of map vs object

lodashasfsadf

No description provided

delete property of object vs create new object

No description provided

Delete vs destructure for objects in loop

Measure the performance of delete versus removing a prop from an object in loop

.startsWith vs .indexOf

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

array.from vs spread with set

No description provided

toggle vs add/remove odd

Toggle vs add/remove

Lodash 4.17.21 sort vs array.prototype.sort

https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js

Map vs Object with check

Lookup of map vs object

mul vs tern

No description provided

lodash isUndefined vs typeof === undefined (take 2)

No description provided

if vs ternary vs multiplication

No description provided

flatMap() vs filter().map() vs forEach()

flatMap vs filter map

Some vs. Filter vs. indexOf vs every

No description provided

image from blob vs native image src

image from blob vs native image src