Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

converting arguments to Array

[].slice.call versus [].push.apply

sqrt vs power to 0.5

No description provided

check obj empty state with for-in vs object.keys

No description provided

hash-sum vs object-hash vs object.entries

No description provided

match vs endsWith vs includes

No description provided

match vs endsWith

No description provided

get variable elements

No description provided

object-hash vs stringify

No description provided

hash-sum vs object-hash vs JSON.stringify

No description provided

Native filter includes vs_.isEqual vs JSON stringify Equality Comparison for Shallow Array of Strings.

Test

toFixed vs toPrecision vs Math.floor() vs Math.floorfast vs new Math.trunc

Comparing performance of: toFixed(4) vs toPrecision(4).toString() vs (Math.round(*10000)/10000).toString() vs Math.floor fast vs the new Math.trunc

Native filter includes vs_.isEqual Equality Comparison for Shallow Array of Strings.

Test

Native filter includes vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test

Last with slice, pop vs index

No description provided

filter-includes vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test on isEqual performance

Sort + toString vs JSON.stringify Equality Comparison for Shallow Array of Strings.

Test on isEqual performance

Compare the new ES6 spread operator with Ramda assoc using reduce

No description provided

Friday

No description provided

for..in vs for..of vs classic for

Testing the difference between for..in vs for..of vs classic for

Window test

No description provided

defineproperty vs direct assignment, accessing (4)

No description provided

defineproperty vs direct assignment, accessing

No description provided

JSON.parse(JSON.stringify())

No description provided

somevfind

No description provided

Switch vs Object Literal Performance Check case 40

Comparing performance of: Switch vs Object Literal