Benchmark name When Created
Math.pow vs ** with variables 3 years ago
Pushing items via Array.push vs. Spread Operator 3 years ago
Ramda vs. Lodash vs vanilla js

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
Compare arrays 2 3 years ago
isEmpty (forIn vs Object.keys vs Object.values vs lodash.isEmpty) 3 years ago
deep clone2

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

3 years ago
lodash flatmap vs array.flat 3 years ago
lodash flatten vs array.flat

lodash flatten vs spread

3 years ago
(ColorfulCakeChen) CNN Channel Shuffler: ConcatGatherUnsorted (50c1b285ff7c7f8c656c388365b4043528642d6b) 16 3 years ago
Inverted map lookup vs. dynamic map lookup vs. Set1 3 years ago
Inverted map lookup vs. dynamic map lookup vs. Set 3 years ago
unshift vs push array 3 years ago
unshift vs clone array 3 years ago
(ColorfulCakeChen) CNN Channel Shuffler: ConcatPointwiseConv (50c1b285ff7c7f8c656c388365b4043528642d6b) 25 3 years ago
for-in vs for using object.keys 2

Comparing performance of: for-in vs for using object.keys

3 years ago
for-in vs for using object.keys

Comparing performance of: for-in vs for using object.keys

3 years ago
for vs for..of String 10000

Compare loop performance

3 years ago
for vs for..of String 1000

Compare loop performance

3 years ago
Inverted map lookup vs. dynamic map lookup 3 years ago
for-in vs object.keys1 3 years ago
Map vs Object single op

Lookup of map vs object

3 years ago
native kebap vs lodash _.kebap

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

3 years ago
slice vs substr vs substring (with end index) @fran

Compares slice, substr and substring to each other when there is only a start index

3 years ago
Delete element in object 3 years ago
Ramdajs 3 years ago

 New benchmark Your benchmarks