Benchmark name When Created
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

4 years ago
Object.assign vs key assign 4 years ago
Native !!collection?.length wrapped vs Lodash's !isEmpty 4 years ago
Native !!collection?.length vs Lodash's !isEmpty 4 years ago
Native array length vs Lodash's isEmpty 4 years ago
Unique Array: Lodash or from Set 4 years ago
string split vs string substring 4 4 years ago
string split vs string substring 3 4 years ago
string split vs string substring 2 4 years ago
string split vs string substring 4 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.

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

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

4 years ago
toggle 4 years ago
drawimage vs putimagedata 3b 4 years ago
drawimage vs putimagedata 3 4 years ago
drawimage vs putimagedata 2 4 years ago
Object keys vs Array map v2 4 years ago
Split vs. Match

Split vs. Match for getting Comment ID.

4 years ago
your babe 4 years ago
test_for_aloi 4 years ago
querySelectorAll vs. getElementsByClassName (multiple class test) 4 years ago
Array.prototype.filter vs Lodash.without 4 years ago
Array.prototype.filter vs Lodash without 4 years ago

 Create Your benchmarks