Benchmark name When Created
Math.random vs crypto.getRandomValues (reverse order)

Fast and quick test

one year ago
Lodash cloneDeep vs structuredClone vs JSON.parse + JSON.stringify but with big data

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

one year ago
Lodash cloneDeep vs structuredClone vs JSON.parse + JSON.stringify

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

one year ago
Math.pow vs multiplication with decimals and multiple integers one year ago
Array.includes vs Set.has vas Json retrive one year ago
Array.includes vs Set.has vas Map retrive one year ago
Test two string array if it has a matching lowercased string one year ago
XHR vs fetch vs axios (no log) one year ago
String Array: Includes vs regex test vs indexOf one year ago
leftPadtest one year ago
filter vs findIndex & splice (Array prototype methods)

Which one is faster

one year ago
createElement vs Class new one year ago
my querySelectorAll data attribute vs class name 2 one year ago
spread vs idx one year ago
Array concat vs spread operator vs push with large arrays with prepared vars

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

one year ago
Underscore each v native object foreach one year ago
Underscore each vs native object foreach one year ago
Array concat vs spread operator vs push with large arrays

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

one year ago
Underscore each vs native foreach one year ago
getBoundingClientRect vs offset performance one year ago
Const vs Function one year ago
Object vs Map lookup with int keys

Comparing the performance of lookups in large objects vs large maps when the keys are strings.

one year ago
Lodash.js vs Native undefined one year ago
setAttribute vs dataset (v2)

Compare setAttribute to dataset

one year ago
Which equals operator (== vs ===) is faster? 3

Is there a performance benefit to replacing == with ===?

one year ago

 Create Your benchmarks