Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Really simple Ramda vs. Lodash

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

Rambdax vs Lodash

No description provided

ifvsaa

No description provided

Date.now() vs new Date().getTime() vs +new Date()

No description provided

Set vs Object.keys

No description provided

spread vs push vs ifSpread vs ifPush

No description provided

Spread vs push testq

No description provided

spread vs push 2

No description provided

reduce spread vs flat()

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

array concat vs spread create new array

No description provided

Optional chaining vs manual chaining vs loop chaining vs Try/Catch

No description provided

Object.fromEntries vs reduce - no map v2

No description provided

spread vs push vs concat for large arrays

No description provided

Object.fromEntries vs reduce - no map

No description provided

JS insert at index spread vs Splice

No description provided

createElement vs innerHTML inside DocumentFragment

Fastest way to create 10 <p class="font-bold">Hello!</p>-elements inside a DOM DocumentFragment before insertion.

toFixed -> Number vs Math.round

No description provided

toFixed vs Math.round

No description provided

Optional chaining vs manual chaining vs loop chaining vs try catch

No description provided

Map vs Object reduce

No description provided

Move Element to another 2

No description provided

Url parameters to object

No description provided

Event Listener Performance

No description provided

Lodash CloneDeep vs Immer Produce

No description provided

test indexofspeed

No description provided