Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Matrix multiplication - TypedArray vs Object Class

No description provided

join vs map test d

No description provided

Lodash isEqual test bigdata

Test on isEqual performance

JS array spread vs concat vs avoiding

No description provided

Rewrite multiple classes (className vs. setAttribute vs. classList)

Rewrite multiple classes className vs. setAttribute vs. classList

Location Formatting

No description provided

Map vs Apply/Map

No description provided

Push vs Apply/Map

No description provided

My reduce vs flatMap benchmark for collection

No description provided

Lodash cloneDeep vs structuredClone vs node-clone no circular check, cloning of configs

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Splice vs Spread vs Unshift vs Push to insert at beginning of array

No description provided

push & reverse vs unshift

No description provided

JavaScript shallow copy spread operator, deep reference vs shallow reference

No description provided

JavaScript shallow copy spread operator vs Object.assign performance

No description provided

uniqWith vs uniqBy vs ES6 Set (isEqual)

No description provided

Array lodash uniq vs Set

No description provided

bignumber.js vs. big.js vs. decimal.js (II)

- 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

Math.pow 2 vs ** vs *

No description provided

Object.assign vs spread operator2232

No description provided

uniqWith vs uniqBy vs ES6 Set

No description provided

Lodash cloneDeep vs structuredClone vs node-clone, cloning of configs

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Lodash cloneDeep vs structuredClone vs node-clone, cloning of typedarrays

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Lodash clamp VS Math.min, Math.max (Conditional)

No description provided

'of' vs indexed charAt() to iterate characters in a string

No description provided

spread large array (100 elements) performance (vs slice, splice, concat, for)

No description provided