Benchmark name | When Created |
---|---|
foreach vs for vs for (length var) vs for..in vs for..of
Compare loop performance |
4 years ago |
Date parse performance | 4 years ago |
finding item in a structure with map as well
looking things up |
4 years ago |
finding item in a structure
looking things up |
4 years ago |
findIndex vs indexOf for simple array 2 | 4 years ago |
Concat v Spread
Compare the new ES6 spread operator with the traditional concat() method |
4 years ago |
aegeea | 4 years ago |
querySelectorAll vs getElementsByTagName specific use case 2 | 4 years ago |
querySelectorAll vs getElementsByTagName specific use case | 4 years ago |
Optional chaining vs lodash get3 | 4 years ago |
Optional chaining vs lodash get2
Some |
4 years ago |
Shallow cloning an object: Object.assign() vs. Spread vs. for-in loop | 4 years ago |
Print nested objects by a property
This test different ways of organizing and nesting plain list that has elements nested by certain property |
4 years ago |
Map: Lodash vs Array.prototype | 4 years ago |
Really simple Ramda vs. Lodash
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 |
Rambdax vs Lodash | 4 years ago |
ifvsaa | 4 years ago |
Date.now() vs new Date().getTime() vs +new Date() | 4 years ago |
Set vs Object.keys | 4 years ago |
spread vs push vs ifSpread vs ifPush | 4 years ago |
Spread vs push testq | 4 years ago |
spread vs push 2 | 4 years ago |
reduce spread vs flat()
Compare the new ES6 spread operator with the traditional concat() method |
4 years ago |
array concat vs spread create new array | 4 years ago |
Optional chaining vs manual chaining vs loop chaining vs Try/Catch | 4 years ago |