Benchmark name When Created
zzzxzxzx 3 years ago
Array loop vs foreach vs map - v1 3 years ago
groupConsecutiveNumbers, large and small arrays 3 years ago
Lodash vs Math (lodash 4.17.5) arr(5000) 3 years ago
Reduce with inline add vs. lodash add for ten thousand elements 3 years ago
Sum vs Reduce for ten thousand elements 3 years ago
Reduce vs looping vs ifs 3 years ago
remove with splice vs filter 3 years ago
Object.defineProperty vs Object.assign vs key set 3 years ago
slice VS splice VS shift: who is the fastest to keep constant size (fork)

100k list splice and shift win, they mutate list slice loose, it creates a copy of list 7.5x slower

3 years ago
Object.assign vs key assign 3 years ago
Native !!collection?.length wrapped vs Lodash's !isEmpty 3 years ago
Native !!collection?.length vs Lodash's !isEmpty 3 years ago
Native array length vs Lodash's isEmpty 3 years ago
Unique Array: Lodash or from Set 3 years ago
string split vs string substring 4 3 years ago
string split vs string substring 3 3 years ago
string split vs string substring 2 3 years ago
string split vs string substring 3 years ago
Ramda vs. Lodash 6

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.

3 years ago
Lodash cloneDeep vs JSON Clone with date 3 years ago
Object.defineProperty vs Object.assign 3 years ago
Map (Native vs Ramda)

measures the speed of ramda's map vs Array's native map vs lodash map

3 years ago
toggle 3 years ago
drawimage vs putimagedata 3b 3 years ago

 New benchmark Your benchmarks