Benchmark name When Created
Performance of Arrow Function vs. Closure 3 years ago
React State Push vs Spread Operator lsit 3 years ago
ArrayBuffer to base64 String vs. superhuman 3 years ago
startsWith + split VS slice + indexOf 3 years ago
Lodash sort vs array.prototype.sort teste 3 years ago
Array concat vs spread operator vs push vs new array spread

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

3 years ago
Join vs stringify 3 years ago
testasdfasdf 3 years ago
Object.assign vs _.defaultsDeep 3 years ago
isEqual vs stringify returns false 3 years ago
isEqual vs stringify 3 years ago
Includes vs some2 3 years ago
Includes vs forEach 3 years ago
replace all performance javascript 3 years ago
replaceAll native vs regex replace 3 years ago
if vs ternary operators zzz 3 years ago
While vs Find vs FindIndex 3 years ago
Push vs Spread operator 1234 3 years ago
Array Concat vs (Push + Spread) vs Spread 3 years ago
Logical vs Math Minus in sort return (number value) 3 years ago
Array.from vs Array.map vs native for loop 3 years ago
Number.toLocaleString vs Intl.NumberFormat 3 years ago
Ramda vs. Lodash updated again

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

3 years ago
Ramda vs. Lodash updated

Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.

3 years ago
Spread Splice vs Spread Push (with object IDs) 3 years ago

 Create Your benchmarks