Benchmark name When Created
groupBy vs map + uniq 3 years ago
lodash orderBy vs lodash map + uniq 3 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.

3 years ago
property assign VS Lodash.set

Compares different approaches to set an object property

3 years ago
Lodash cloneDeep vs JSON Clone huge object 3 years ago
slice with indexof vs filter 3 years ago
splice + spread vs filter to remove one item at given index test

Remove one item from array and return a new array with filter or slice and spread operator

3 years ago
Looping variable vs elements 3 years ago
JavaScript spread operator vs Object.assign performance with empty object 3 years ago
contains vs regex2 3 years ago
contains vs regex 3 years ago
Array loop: forEach vs for vs map vs for of entries 3 years ago
Add item to array3 3 years ago
Remove item from array by index 3 years ago
Javascript spread vs assign 3 years ago
createElement vs cloneNode vs innerHTML

Faster way to create new dom elements before insertion

3 years ago
defineproperty vs direct assignment_rao2 3 years ago
defineproperty vs direct assignment_rao 3 years ago
concat vs push in various ways 3 years ago
Object Destruct vs Object.assign 2 3 years ago
Map vs. DataStore p2 3 years ago
reduce vs foreach with destructuring and without 3 years ago
Handlebars vs Hogan vs Mustache 3 years ago
reduce vs foreach with destructuring 3 years ago
reduce vs foreach 3 years ago

 New benchmark Your benchmarks