Benchmark name | When Created |
---|---|
Some vs. Filter vs. indexOf vs. includes | 5 years ago |
Immer setAutoFreeze(false) vs setAutoFreeze(true) 2 | 5 years ago |
for loop vs. lodash range foreach - ks | 5 years ago |
lodash.assign vs object.assign vs spread
lodash.merge is NOT equivalent to object.assign, it does much more work so obviously it's slower tbh though lodash.assign is probably just a wrapper for object.assign for all I know |
5 years ago |
lodash has vs hasOwnPropertie | 5 years ago |
Object.entries VS Object.values VS Object.values with extra array VS Object.entries without array | 5 years ago |
Deep equality
Comapison of two methods of objects comparison: by strings of JSON.stringify and isEqual |
5 years ago |
sort test 3 | 5 years ago |
sort test 2 | 5 years ago |
Character removal
Two approaches to remove characters from a string |
5 years ago |
fp.assign vs fp.set vs spread | 5 years ago |
for vs foreach DOM elements 1 | 5 years ago |
Lodash.isEqual vs JSON.stringify Equality Comparison for deeply nested objects.
Test on isEqual performance |
5 years ago |
concat vs plus string | 5 years ago |
Array.prototype.concat vs spread operator v4
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
Array.prototype.concat vs spread operator v3
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
Array.prototype.concat vs spread operator v2
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
!== vs === | 5 years ago |
for vs foreach DOM elements | 5 years ago |
Immer@4 vs Spread Reduce | 5 years ago |
Increment array with for( ... Object.Entries(...) ) vs Object.Entries(...).reduce | 5 years ago |
Array loop vs foreach vs map1 | 5 years ago |
For Loop Different Approaches | 5 years ago |
For Loop Approaches | 5 years ago |
_.toPairs vs Object.entires
Comparing lodash toPairs with native JS Object.entires |
5 years ago |