Benchmark name | When Created |
---|---|
native find vs lodash _.find vs ramda
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
Array concat vs spread operator vs push single element on a 40 elems array
Compare the new ES6 spread operator with the traditional concat() method and push |
5 years ago |
Array concat vs spread operator vs push single element
Compare the new ES6 spread operator with the traditional concat() method and push |
5 years ago |
Math.sqrt vs multiply2 | 5 years ago |
math pow vs multiply vs multiply2 | 5 years ago |
Array concat vs spread vs push
Compare the new ES6 spread operator with the traditional concat() method and push |
5 years ago |
Arrayt concat vs spread vs push
Compare the new ES6 spread operator with the traditional concat() method and push |
5 years ago |
Map vs Object (large number of keys)
Lookup of map vs object |
5 years ago |
Compare spread dots against clone
Compare spread against clone |
5 years ago |
Compare spread against clone
Compare spread against clone |
5 years ago |
lodash merge vs object.assign vs spread on empty object | 5 years ago |
String Constructor vs Lodash toString | 5 years ago |
inheritance new vs Object.create
Compare inheritance with new vs Object.create |
5 years ago |
Map to Array (100 and 10,000)
This test exists to benchmark the conversion of Map().values() to an Array. |
5 years ago |
native find vs lodash _.find for object
Compare the new ES6 spread operator with the traditional concat() method |
5 years ago |
Lodash.get vs Native Check Property Exists | 5 years ago |
Filter-Map: Lodash vs Native, simple | 5 years ago |
querySelector vs getElementsByClassName with multiple matching nodes | 5 years ago |
Map vs Vanilla For vs For Of 1000 | 5 years ago |
Map vs Vanilla For vs For Of | 5 years ago |
JS Reduce | 5 years ago |
set css | 5 years ago |
array join vs string concate again | 5 years ago |
lodash map + filter vs vanilla js reduce | 5 years ago |
arr.sort((a, b) => a - b)[0] vs. Math.min(...arr) | 5 years ago |