Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Imperative vs declarative vs FP, part 1

No description provided

Lodash test suite

Test lodash get vs (safe) native way of retrieving property

Lodash get

Testing lodash get

Remove by splice vs spliceIdx vs filter

Deletion of an element from an array.

array vs object access

test how v8 optimized arrays

asdf concat() vs flat()

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

Array split vs Array split limit vs string substring

No description provided

switch vs if else vs do while vs object

No description provided

match vs exec2

No description provided

find index in array performance

for of, for, indexOf

Lodash cloneDeep vs JSON Clone vs Eval

No description provided

`Array.slice(-1)[0]` vs `Array[Array.length]` for 10000 length

No description provided

`Array.slice(-1)[0]` vs `Array[Array.length]`

No description provided

Array concat vs spread operator vs push (self appending)

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

fibonacci

No description provided

decimal.js vs. Fraction.js (no native)

No description provided

decimal.js vs. Fraction.js

No description provided

Math.floorfast with addition

performance difference to fast floor

compare Object.assign vs spread operator

No description provided

updating the existing value of array using concat vs spread operator vs push

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

Lodash: difference vs intersection22

No description provided

Remove by splice vs copyWithin vs filter big

Deletion of an element from an array.

Immer v Ramda v Splat

No description provided

String from Charcode test 4

No description provided

String from Charcode test 2

No description provided