Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

pow vs compound sqrt

pow(x, -1.5) vs (1/sqrt(x) + 1/x)

Array vs Set loopup in Javascript

No description provided

object[]: findIndex vs for loop

Testing Array.prototype.findIndex vs a for loop over an array of objects

Array concat vs spread vs unshift

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

Object.prototype.hasOwnProperty vs Object in vs Object[] vs Array.indexOf vs Array.includes vs Set.has

No description provided

Array concat vs spread operator vs push with complex objects

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

undefined vs typeof vs !!

undefined vs typeof vs !!

Date time performance

Comparing performance of time

lodash isEmpty vs ES6 implementation from stack overflow

https://stackoverflow.com/questions/679915/how-do-i-test-for-an-empty-javascript-object

lodash merge vs deepmerge (updated FIXED)

No description provided

lodash merge vs deepmerge (updated)

No description provided

flatmap vs filtermap

No description provided

regex vs trim test

No description provided

Spread vs object assign v100

No description provided

test forin

No description provided

offsetTop pref

No description provided

Les Petis Plats - Comparaison recherche Dichotomique/Séquentielle - 50 Recettes

No description provided

2 times startsWith vs slice

No description provided

Lodash has vs Typescript in

No description provided

465068be-f8a4-4d13-b705-b4ce84dbe236s

No description provided

Add vs Multiply vs Set vs POW decimal

No description provided

Add vs Multiply vs Set vs POW

No description provided

DocumentFragment vs Template innerHTML vs Template Nodes

No description provided

Regex First Name split vs match - no console

No description provided

innerHTML vs. removeChild vs. jQuery.html() vs. replaceChildren

No description provided