Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

Map: Lodash vs Native JS

No description provided

Map: Lodash vs Native

No description provided

Set.has vs Array.includes (dependent on n)

No description provided

concat vs spread with random array elements

No description provided

Markdown Performance Comparison (w/ micro-down)

A performance comparison of leading Javascript Markdown implementations.

Creation of new Array: Array.from vs. new Array

No description provided

createUUID vs getUniqueName

No description provided

data vs class test performance

No description provided

String() vs template literal

string concat vs template literals (10 vars)

svg embed vs image

No description provided

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