Benchmark name | When Created |
---|---|
deconstruct vs delete | 5 years ago |
let + delete vs deconstruct | 5 years ago |
Lodash get vs. native solutions | 5 years ago |
delete vs deconstruct | 5 years ago |
Add item to array: push vs spread vs assign: | 5 years ago |
Lodash "unionWith" | 5 years ago |
Test joinValueByColumns | 5 years ago |
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 |