Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Setting the same value with setAttribute()

Is checking the current value of an attribute with getAttribute() better than setting the same value with setAttribute() over and over.

for-in vs object.keys 22

No description provided

bignumber.js vs. big.js vs. decimal.js performance instance4

- 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

bignumber.js vs. big.js vs. decimal.js performance instance3

- 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

bignumber.js vs. big.js vs. decimal.js performance instance

- 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

JSON stringify long array with ids

No description provided

JSON stringify long array

No description provided

Sortby vs flatmap

No description provided

reduce.concat() vs flat() vs concat(...)

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

Delete vs destructure for objects v2 2

Measure the performance of delete versus removing a prop from an object

normalize vs simple regex

No description provided

Math.max with nested slice vs iife tracking max (size comp)

No description provided

Math.max with nested slice vs iife tracking max.

No description provided

isEqual vs string

No description provided

string.charCodeAt(index) vs string[index].charCodeAt()

No description provided

array levels 2

No description provided

bignumber.js vs. big.js vs. decimal.js performance

- 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 levels

No description provided

bignumber.js vs. big.js vs. decimal.js

- 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

replaceAll vs regex replace (no prep code)

No description provided

replace vs substring/indexOf

No description provided

Compare ways to find arithmetic maximum, extended

No description provided

Delete vs destructure for objects v2

Measure the performance of delete versus removing a prop from an object

React useCallback hook vs. function in 18 react

No description provided

Native JS: Array.join strings (prepared) vs template literals vs String.concat

find the best solution for concatenate strings