Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Lodash cloneDeep vs ES6 spread

No description provided

test floor vs toFixed

No description provided

PutImageData vs DrawImage vs fillRect

GetImageData with PutImageData vs just DrawImage

Lodash union VS ES6 Set

No description provided

spread vs. object.assign

No description provided

Eval vs new Function (when both return a function)

No description provided

object.keys map vs for in

No description provided

Set vs checked array add

No description provided

Set vs array add

No description provided

Inlining

No description provided

join vs string + trim vs filter + join

No description provided

for vs for in vs for of vs forEach (no length)

Put array length outside of the loop

char index vs charAt() vs slice() vs substr()

Compare methods for testing string's beggining character.

Fast deep equal

No description provided

js private field

No description provided

Object literal vs JSON.parse fork

As long as the JSON string is only evaluated once, the JSON.parse approach is much faster compared to the JavaScript object literal, especially for cold loads.

js find vs lodash find

No description provided

Find object from array

No description provided

Math.max vs. custom max

N/A

Math.max vs. custom algormithm

N/A

Math.max vs ternary (patched)

No description provided

Math.max vs ternary

No description provided

Rest parameters vs array parameter with empty parameters

No description provided

Rest parameters vs array parameter

No description provided

JS find vs indexOf 4

JS find vs findIndex