Benchmark name | When Created |
---|---|
Sort Array Benchmark 1k, 5k, 10k. | 5 years ago |
Push apply vs push spread vs concat v2 | 5 years ago |
Push apply vs push spread vs concat | 5 years ago |
Create object | 5 years ago |
Destructure vs Traditional | 5 years ago |
Spread vs Traditional | 5 years ago |
attribute finding: querySelectorAll vs evaluate
trying to see how to best emulate $x(), and how that compares to querySelectorAll (in a case where there is an equivalent pattern) unfortunately can't test against $x(), but I reckon it would've been way faster than the methods employed here to construct something array-like from evaluate() to mimic it :( |
5 years ago |
Copy array568 | 5 years ago |
foreach overhead | 5 years ago |
length or no length | 5 years ago |
withLength | 5 years ago |
Reduce vs Iterate | 6 years ago |
querySelector vs getElementsByClassName Nested | 6 years ago |
Spread vs Array.splice | 6 years ago |
sam's non-mutating array remove element: spread and slice vs slice and splice vs filter | 6 years ago |
loop vs map v3 | 6 years ago |
non-mutating array remove element: spread and slice vs slice and splice vs filter | 6 years ago |
non-mutating array remove: spread and slice vs slice and splice | 6 years ago |
Lodash map vs array.prototype.map | 6 years ago |
Slice vs RegExp
Find best perf for removing first known dir in path string. |
6 years ago |
ES6 Array concat vs spread operator
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
if vs snake 1 | 6 years ago |
if vs snake | 6 years ago |
obj vs arr | 6 years ago |
string comparison ar vs if | 6 years ago |