Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

JavaScript Array Slice vs Filter

No description provided

Lodash DifferenceWith vs Native (foo)

No description provided

luxon 3.2.1 vs datefns vs moment vs dayjs (formatting)

Updated luxon

lodash uniq vs set into array

No description provided

Splice vs Slice batches

No description provided

Teast reduce or entries filter fromEntries

No description provided

[i] vs .at(i)

No description provided

bignumber.js vs. big.js vs. decimal.js (I) V20

- 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.filter vs Lodash.filter chained

No description provided

Array contain

No description provided

Immer & Immutable benchmarks with inceremntal data

No description provided

Array.prototype.concat vs spread operator simple

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

test native vs lodash 1

No description provided

lodash entries vs object entries

No description provided

Lodash sortBy vs orderBy performance

No description provided

Try/catch performance w/o finally block (JSON parse)

No description provided

Some vs. includes TEST1

No description provided

Try/catch performance

No description provided

for vs foreach vs for..in vs for..of

Compare loop performance

Arrow function vs bind function creation

No description provided

className vs. classList replace2

No description provided

className vs. classList replace

No description provided

remove element using splice slice vs spread slice

No description provided

getComputedStyle vs clientWidth

if one time get style. Better element.clientWidth if two - no difference if three ore more, Better getComputedStyle(element)

Array.prototype.slice vs spread operator long 3

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