Benchmark name When Created
interleave 5 years ago
Object.assign vs spread vs 1 dimensional loop 5 years ago
Binary find vs Lodash find

compare find methods on large array of objects

5 years ago
binary id find vs lodash id find 5 years ago
Lodash find vs binary find 5 years ago
Array.prototype.every vs Lodash every_2 5 years ago
Array.prototype.some vs Lodash some_2 5 years ago
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

 New benchmark Your benchmarks