Benchmark name | When Created |
---|---|
Array.prototype.find vs Lodash find_2 | 5 years ago |
Array.prototype.filter vs Lodash filter_2 | 5 years ago |
Concat vs push(...) for large arrays
Comparing the various ways to append to a large array |
5 years ago |
JavaScript create new Object with properties. Equal operator vs Object.assign performance | 5 years ago |
Spread operator vs apply
Compare the differing ways you can call a function with arbitrary arguments dynamically |
5 years ago |
math pow vs multiply 8 times | 5 years ago |
Date.parse vs new Date with comparison | 5 years ago |
testing dom sp33d
x |
5 years ago |
FilterArray
Testing if statement of filter array is in fact |
5 years ago |
Filter
Testing if statement of filter array is in fact |
5 years ago |
angular.copy (v1.2.24) vs JSON.parse(JSON.stringify())
FIguring out the performance differences between using the operations in the name on copying an array of objects considering the fact that other methods of copying (slice, concat, etc.) are shallow copies and end up being by reference instead of by value. |
5 years ago |
params in lodash get | 5 years ago |
reduce with object spread vs foreach with adding vs reduce without spread | 5 years ago |
reduce with object spread vs foreach with adding | 5 years ago |
test object copy vs adding properties | 5 years ago |
Ramda vs. Lodash v-jm
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits. |
5 years ago |
for...in vs _.values().map | 5 years ago |
Object.assign vs spread operator new object | 5 years ago |
concat AB | 5 years ago |
push vs spread vs concat two big arrays 100000 | 5 years ago |
push vs spread vs concat two big arrays 1000000 | 5 years ago |
push vs spread vs concat two big arrays 2 | 5 years ago |
push vs spread vs concat two array | 5 years ago |
Switch vs Object Literal 3 | 5 years ago |
Array.prototype.concat vs spread operator for joining arrays incrementally | 5 years ago |