Benchmark name | When Created |
---|---|
spread vs ramda filter
<script src="https://cdnjs.cloudflare.com/ajax/libs/ramda/0.25.0/ramda.js"></script> |
6 years ago |
for vs foreach vs map
Compare loop performance |
6 years ago |
Map vs forEach GOLGOTHA | 6 years ago |
Object.assign vs spread operator ... | 6 years ago |
Native XHR vs jQuery Ajax3 | 6 years ago |
Splice vs spread insert
Splice vs spread |
6 years ago |
Array.prototype.concat vs spread operator vs spread push
Compare the new ES6 spread operator with the traditional concat() method and push |
6 years ago |
Traversing objects | 6 years ago |
forEach, for, map | 6 years ago |
Test Immutable ToJS vs get | 6 years ago |
Object.assign vs spread operator perf | 6 years ago |
For Of (test fork) | 6 years ago |
native vs lodash
native vs lodash using foreach |
6 years ago |
For Of | 6 years ago |
Lodash vs for of
Testing lodash vs for of |
6 years ago |
var only vs let + const | 6 years ago |
jQuery by id vs Document.getElementById 1.12.4
Comparing speed of getting element by id with jQuery vs Vanilla JS |
6 years ago |
Lodash cloneDeep vs JSON Clone (Big) | 6 years ago |
Lodash cloneDeep vs JSON Clone v. 3 | 6 years ago |
MarkTest11
NA |
6 years ago |
MarkTest1
NA |
6 years ago |
undefined vs. typeof vs. in vs. hasOwnProperty.call()
Object lookup performance |
6 years ago |
method calls overhead | 6 years ago |
Array.prototype.concat vs spread operator vs lodash concat
Compare the new ES6 spread operator vs Array.prototype.concat vs _.concat |
6 years ago |
if - strict vs truthy/falsy | 6 years ago |