Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

.endsWith vs includes betterment

No description provided

luxon vs datefns vs moment-timezone

No description provided

React Spreading Props vs Seperate Props

Testing to see what version of passing props is better performant

Object.fromEntries + Object.entries vs Object.keys

No description provided

branchfuncofbranchlessmapfuncforkforkfork

idk

branchfuncofbranchlessmapfuncforkfork

idk

branchfuncofbranchlessmapfuncfork

idk

branchfuncofbranchlessmapfunc

idk

concatenating 2 arrays 2

No description provided

concatenating 2 arrays

No description provided

bignumber.js vs. big.js vs. decimal.js (no to string)

- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0

Array.prototype.concat vs spread operator (new try)

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

Array.prototype.concat vs spread operator (without any jQuery)

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

Merging deeply nested objects

No description provided

spread vs concat vs unshift223

spread vs concat vs unshift

spread vs concat vs unshift22

spread vs concat vs unshift

Getting item by an index in json using for vs Object.keys vs Object.values

No description provided

native reverse findIndex vs lodash _.findLastIndex

Compare lodash findLastIndex with native reverse and findIndex.

replaceAll vs. adding characters up

Compares replaceAll with adding characters up one by one in tagged template escaping.

Delete performance v2

No description provided

Delete performance

No description provided

children check

No description provided

innerHTML with var, text, templatestring

No description provided

innerHTML vs inserAdjacentHTML

No description provided

descending for vs cached for ++i loop (holey elements)

(forEach + for-in do not iterate over empty array slots)