Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Spread vs object assign array of objects 2

No description provided

Spread vs object assign array of objects

No description provided

lodash vs map 5

No description provided

Op vs localeCompare

No description provided

Bechmark mapper

No description provided

Object.fromEntries VS multiple reduce from list of data

Object.fromEntries vs Reduce (reuse object) vs Reduce (creating temporary objects) from list of data

__proto__ vs getPrototypeOf

No description provided

instanceof vs constructor name vs toString

No description provided

Number#toLocaleString () vs Intl.NumberFormat#format()

No description provided

String vs toString

No description provided

.endsWith vs includes - cooasodosd

No description provided

for-in vs object.keys vs object.values for objects test

No description provided

replaceAll vs regex replace with zwb

No description provided

flatMap() vs filter().map() 1asdasd

flatMap vs filter map

flatMap() vs filter().map() 1

flatMap vs filter map

adasdasd

asdas

optional method chaining

No description provided

RFDC clone vs Lodash cloneDeep vs JSON Clone : Dup

No description provided

property access: object with define property vs Proxy get vs plain object vs methods

No description provided

filter vs for performance

No description provided

Filter-Map: Lodash vs Native v3

No description provided

forEach vs filter vs for

No description provided

lodash flatMap() vs lodash filter().map()

lodash flatMap vs lodash filter map

reduce() push vs reduce() spread

in a reduce(), is it better to push to the accumulator or return a spread of the accumulator with the new value in it

Array concat vs spread operator vs push *1000

Compare the new ES6 spread operator with the traditional concat() method and push, with target array growing