Benchmark name | When Created |
---|---|
Compare Performance of some JS Design patterns
Compare performance as well as memory consumed of 3 JS Design Patterns: Factory, Constructor and Prototype |
6 years ago |
JavaScript spread operator vs Object.assign performance2 | 6 years ago |
Object Deep Copy
Produce a deep copy of a Javascript object where nested objects are not simply references to the originals. |
6 years ago |
Ramda vs. Lodash 2
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. |
6 years ago |
groupBy (ramda vs custom impl) | 6 years ago |
partition (ramda vs custom impl)1 | 6 years ago |
xprod (custom impl vs ramda) | 6 years ago |
sortWith (custom impl vs ramda) #2 | 6 years ago |
animal prototype | 6 years ago |
JS v JQ Test
JS v JQ Test |
6 years ago |
JS v JQ
JS v JQ |
6 years ago |
JavaScript spread operator vs Object.assign vs Lodash.clone 2 | 6 years ago |
JavaScript spread operator vs Object.assign vs Lodash.clone | 6 years ago |
Performance Test: Template element selection | 6 years ago |
uintArr vs regular array | 6 years ago |
GetElementByClassName vs GetElementById | 6 years ago |
Test spead operator vs temporary | 6 years ago |
Js custom Filter test | 6 years ago |
Kolbey's test | 6 years ago |
Kolbey's tests | 6 years ago |
lodash.head() vs [0]
Is head() needed only to check length !== 0 ? P.s. Empty testcase for [0] is useless because it won't crash on trying to get nonexistent element |
6 years ago |
dsdsds | 6 years ago |
lodash forEach vs for i loop | 6 years ago |
array iteration Large - continue | 6 years ago |
array iteration Large - break | 6 years ago |