Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Les Petis Plats - Comparaison recherche Dichotomique/Séquentielle avec initialisation des données - 50 Recettes

No description provided

Number vs parseFloat

No description provided

pathToArray ramda vs. vanila

No description provided

Math.max/min vs if vs ternary(non-nested) operator

No description provided

insertAdjacentHTML vs jquery.append_

No description provided

Class vs Function

No description provided

new Date vs Date.now

No description provided

Which equals operator (== vs ===) is faster? with object.is

Is there a performance benefit to replacing == with ===?

null checking

No description provided

Ramda vs. Lodash mmm

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.

splice vs spread 10_23_2021

No description provided

setAttribute vs style.cssText

No description provided

js custom yield vs base ma

No description provided

Null and undefined checks

No description provided

Traverse function vs NodeIterator vs TreeWalker (swh-2)

Let's compare the speed of 3 different ways to traverse the DOM.

Traverse function vs NodeIterator vs TreeWalker (swh)

Let's compare the speed of 3 different ways to traverse the DOM.

splice() vs copyWithin() for adding element at index

No description provided

splice vs copyWithin

No description provided

style.display vs classList.toggle

No description provided

set.has vs. array.includes asd fasdfasdf

No description provided

switch vs if js

switch vs if

JavaScript spread operator vs Object.assign performance with new error

No description provided

JavaScript spread operator vs Object.assign performance - correct

No description provided

JS Slice vs. Pop for last element

No description provided

Lodash (omitBy & isUndefined) vs native

No description provided