Benchmark name | When Created |
---|---|
Destructuring II | 3 years ago |
lodash flow 4.17.5 vs ramda pipe 0.27.1 | 3 years ago |
Destructuring | 3 years ago |
Array.prototype.slice vs Array.from() | 3 years ago |
For let vs for var | 3 years ago |
Lodash pick vs for | 3 years ago |
Shift performance
100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower |
3 years ago |
search string by include vs index of | 3 years ago |
jQuery by id vs Document.getElementById no classname
Comparing speed of getting element by id with jQuery vs Vanilla JS |
3 years ago |
find vs id selector | 3 years ago |
createElement vs deep cloneNode vs cloneNode
Faster way to create new dom elements before insertion |
3 years ago |
createElement vs cloneNode vs cloneNode-lite
Faster way to create new dom elements before insertion |
3 years ago |
For vs Foreach vs Map 100.000 | 3 years ago |
Some vs. Filter vs. indexOf vs. Includes2 vs. Find | 3 years ago |
forEach vs reduce vs map vs filter vs for (w/o reading .length)
Use for without read xx.length at each iteration |
3 years ago |
Scoping test without log x10 | 3 years ago |
Scoping test without log | 3 years ago |
Scoping test | 3 years ago |
copy object | 3 years ago |
Object Spread vs New property | 3 years ago |
Abe's weird loop thing
A loop with an illegal array access seems more efficient than one without… what's up? |
3 years ago |
IfElse or logical AND with OR | 3 years ago |
Filter through some or includes | 3 years ago |
array find vs some vs lodash
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
nums unshorter | 3 years ago |