Benchmark name | When Created |
---|---|
bool to int | one year ago |
Array loop vs for loop vs for loop cached | one year ago |
Object.groupBy vs Array.reduce 100k | one year ago |
spread vs concat for adding new value to array | one year ago |
ramda-path-vs-lodash-get-vs-custom-deepak | one year ago |
splice vs unshift by winensf
bla bla |
one year ago |
ES6 Class vs Prototype vs Object Literal vs Function vs Function with object destructuring
Test the speed and memory usage using 4 different techniques for constructing class objects (or rather calling functions). |
one year ago |
lastIndexOf vs split vs regex
testing speed |
one year ago |
lastIndexOf vs split
testing speed |
one year ago |
Spread vs concat to let var | one year ago |
querySelector vs tag | one year ago |
document querySelector | one year ago |
Regexp test for finding invalid character | one year ago |
Ramda (/w transducer) vs. Lodash v3
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. |
one year ago |
Ramda (/w transducer) vs. Lodash v2
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. |
one year ago |
graph or reduce | one year ago |
JS BigInt big number performance v12
Compare Number vs BigInt for big numbers |
one year ago |
Array Map Vs Lodash Map (1) | one year ago |
chunk perf | one year ago |
lodashsss vs es6sss | one year ago |
Push vs spread assignment | one year ago |
benchmarkname-1123123491233 | one year ago |
Lopp over element attributes | one year ago |
Reactw useCallback vs Inline | one year ago |
Function argument deconstructing | one year ago |