Benchmark name | When Created |
---|---|
splice or filter | one month ago |
Mutate array vs memory efficient map
In memory constrained devices the use of .map() is not always possible. In such places, this should determine whether a mutation is better than creating a new array from scratch while emptying the original array, thus, keeping somewhat the same memory usage. |
one month ago |
Include vs Binary search in sorted array vs Map.has() vs Object[] | one month ago |
underscore _.uniq vs [...new Set()] | one month ago |
lodash test sort by 1 vs 2 | one month ago |
Lodash difference vs Set | one month ago |
For meseuerement | one month ago |
for vs foreach vs for..in vs for..of
Compare loop performance |
one month ago |
filter-map vs reduce fixed vs for of | one month ago |
filter-map vs reduce fixed vs for
modified version of `map-filter vs reduce` that switches the order of operations Original was not fair comparison as it mapped all iterations not just the ones that passed the filter * added for loop |
one month ago |
mybenchmark123313131 sadas4 | one month ago |
mybenchmark123313131 sadas3 | one month ago |
mybenchmark123313131 sadas2 | one month ago |
mybenchmark123313131 sadas1 | one month ago |
mybenchmark123313131 sadas | one month ago |
mybenchmark123313131 sadas deffered | one month ago |
math floor1123121 | one month ago |
math floor112312 | one month ago |
Class vs Function + Prototype | one month ago |
instanceOf vs __proto__ | one month ago |
slice vs substr vs substring vs add
Compares slice, substr and substring to each other when there is only a start index |
one month ago |
slice vs substr vs substring (with no end index)
Compares slice, substr and substring to each other when there is only a start index |
one month ago |
regex vs js testing | one month ago |
Filter vs for | one month ago |
toString vs Stringify vs backticks | one month ago |