Benchmark name When Created
javascript loops2 8 days ago
splice or filter 8 days 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.

8 days ago
Include vs Binary search in sorted array vs Map.has() vs Object[] 8 days ago
underscore _.uniq vs [...new Set()] 8 days ago
lodash test sort by 1 vs 2 8 days ago
Lodash difference vs Set 8 days ago
For meseuerement 8 days ago
for vs foreach vs for..in vs for..of

Compare loop performance

8 days ago
filter-map vs reduce fixed vs for of 8 days 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

8 days ago
mybenchmark123313131 sadas4 8 days ago
mybenchmark123313131 sadas3 8 days ago
mybenchmark123313131 sadas2 8 days ago
mybenchmark123313131 sadas1 8 days ago
mybenchmark123313131 sadas 8 days ago
mybenchmark123313131 sadas deffered 8 days ago
math floor1123121 8 days ago
math floor112312 8 days ago
Class vs Function + Prototype 9 days ago
instanceOf vs __proto__ 9 days ago
slice vs substr vs substring vs add

Compares slice, substr and substring to each other when there is only a start index

9 days 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

9 days ago
regex vs js testing 9 days ago
Filter vs for 9 days ago

 Create Your benchmarks


;