Benchmark name | When Created |
---|---|
string concat test
Test performance of different ways of get just one particular DOM element |
5 years ago |
+ vs concat
Test performance of different ways of get just one particular DOM element |
5 years ago |
getElementById vs getElementsByName
Test performance of different ways of get just one particular DOM element |
5 years ago |
Object spreading vs mutation in reduce | 5 years ago |
Array.prototype.slice vs spread operator copy
Compare the new ES6 spread operator with the traditional slice() method |
5 years ago |
Regex vs split/join22368556564 | 5 years ago |
localStorage vs sessionStorage vs Reading a Hardcoded Array Speedtest | 5 years ago |
localStorage and sessionStorage Speedtest | 5 years ago |
Lodash cloneDeep vs JSON Clone Larger object | 5 years ago |
Lodash cloneDeep vs JSON Clone Large object | 5 years ago |
Testy Test | 5 years ago |
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 |