Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Array.find vs Array.indexOf vs Array.filter vs Map.has

Compare performance between Array.find vs Map.has

Array.findFirst vs Map.has

Compare performance between Array.findFirst vs Map.has

JS find vs arr[indexOf ]

JS find vs indexOf

Inline JS vs Single Function vs Function Composition

No description provided

Callback vs Proxy apply

Compare extension techniques using callback and proxy. For sure callbacks should be faster, but when Proxy is considered as production solution so be aware of performance penalty

lodash uniq vs set incl. destructuring

No description provided

fastest filter and map

No description provided

array performance (vs slice, splice, length = 0)

No description provided

For of with entries vs basic for

No description provided

UINT32Array

No description provided

Lodash omit vs Native delete - My

No description provided

Access time Map vs Object

No description provided

compare the ways to generate a random array for iteration + while

- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 })

compare the ways to generate a random array for iteration

- Array.apply: Array.apply(null, Array(100)) - Destructuring operator: [...Array(100)] - Array.prototype.fill Array(100).fill(undefined) - Array.from Array.from({ length: 100 })

drizzle mapping #01

No description provided

Variable assignement v2

No description provided

Variable assignement

No description provided

XHR vs fetch without JSON parsing

No description provided

Compare !array.length vs array.length === 0

Compare both ways of test an empty array

array.length vs array.length === 0

No description provided

Test save/restore

No description provided

_.groupBy vs Object.groupBy 100k

No description provided

lodash clonedeep vs json.parse() an already stringified object

Comparing lodash clonedeep vs json.parse() an already stringified object

JSON.parse vs JSON.stringify 2

JSON.parse vs JSON.stringify 2

JSON.parse vs JSON.stringify

Comparing performance of JSON.parse vs JSON.stringify

NEW BENCHMARK Your Benchmarks