Benchmark name | When Created |
---|---|
equivalent arrays | 4 years ago |
Ramda vs. Lodash (Fixed & IIFE updated zero)
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 |
groupBy vs map + uniq | 4 years ago |
Ramda vs. Lodash (Fixed & IIFE updated asc)
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 |
property assign VS Lodash.set
Compares different approaches to set an object property |
4 years ago |
Lodash cloneDeep vs JSON Clone huge object | 4 years ago |
slice with indexof vs filter | 4 years ago |
Looping variable vs elements | 4 years ago |
JavaScript spread operator vs Object.assign performance with empty object | 4 years ago |
contains vs regex | 4 years ago |
Array loop: forEach vs for vs map vs for of entries | 4 years ago |
Add item to array3 | 4 years ago |
Remove item from array by index | 4 years ago |
Javascript spread vs assign | 4 years ago |
createElement vs cloneNode vs innerHTML
Faster way to create new dom elements before insertion |
4 years ago |
defineproperty vs direct assignment_rao2 | 4 years ago |
concat vs push in various ways | 4 years ago |
Object Destruct vs Object.assign 2 | 4 years ago |
Map vs. DataStore p2 | 4 years ago |
reduce vs foreach with destructuring and without | 4 years ago |
Handlebars vs Hogan vs Mustache | 4 years ago |
reduce vs foreach with destructuring | 4 years ago |
reduce vs foreach | 4 years ago |
Map vs. DataStore | 4 years ago |
check if variable in array has state (for vs foreach vs some vs for..of)
Compare loop performance |
4 years ago |