Benchmark name When Created
object.assign vs spread vs create new object object.assign 6 years ago
object.assign vs spread (when base object is large) fixed 6 years ago
object.assign vs spread (when base object is large) 6 years ago
Single function vs Multiple functions

Single function vs Single responsibility in performance

6 years ago
Daily/Weekly using Date vs Math 6 years ago
for vs forEach (working) 6 years ago
Array.prototype.concat vs spread operator with more numbers

Compare the new ES6 spread operator with the traditional concat() method

6 years ago
Array.prototype.concat vs spread operator1223

Compare the new ES6 spread operator with the traditional concat() method

6 years ago
Array.prototype.concat vs spread operator122

Compare the new ES6 spread operator with the traditional concat() method

6 years ago
for / reduce 6 years ago
Way of retrieving nullable value 6 years ago
Lodash vs native 6 years ago
concat vs lodash.concat 6 years ago
Compare performance between 2 constructors pattern 6 years ago
name12 6 years ago
Spread operator vs push 6 years ago
lodash for-in vs native for-in (lodash version: 4.17.10)

lodash for-in vs native for-in (lodash version: 4.17.10)

6 years ago
Compare Performance of some JS Design patterns

Compare performance as well as memory consumed of 3 JS Design Patterns: Factory, Constructor and Prototype

6 years ago
JavaScript spread operator vs Object.assign performance2 6 years ago
Object Deep Copy

Produce a deep copy of a Javascript object where nested objects are not simply references to the originals.

6 years ago
Ramda vs. Lodash 2

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.

6 years ago
groupBy (ramda vs custom impl) 6 years ago
partition (ramda vs custom impl)1 6 years ago
xprod (custom impl vs ramda) 6 years ago
sortWith (custom impl vs ramda) #2 6 years ago

 Create Your benchmarks


;