Benchmark name | When Created |
---|---|
Array filling | 5 years ago |
slice vs concat | 5 years ago |
Date parse vs new Date inside sort
Sorting by date inside complex data |
5 years ago |
lodash vs json
lodash vs json |
5 years ago |
Filter unique, lodash vs Set vs filter() | 5 years ago |
Filter unique, Set vs filter() | 5 years ago |
Lodash _.union vs native Set() vs Concat & filter | 5 years ago |
lodash.merge vs object.assign vs spread | 5 years ago |
pre-sorted sorting (int vs obj) | 5 years ago |
pre-sorted sorting | 5 years ago |
Spread vs object.assign vs immutable | 5 years ago |
Date parse vs new Date inside sorting
Sorting by date inside complex data |
5 years ago |
Array `concat` vs `push` vs Spread operator | 5 years ago |
slice vs substr vs substring
Compares slice, substr and substring to each other when there is only a start index |
5 years ago |
String construction from codes | 5 years ago |
typeof first or second
Object lookup performance |
5 years ago |
spread vs mutation vs Object.assign for forEach callback | 5 years ago |
require_from_group2
Performance testing for jquery-validate's require_from_group method |
5 years ago |
require_from_group
Performance testing for jquery-validate's require_from_group method |
5 years ago |
Object.assign vs Lodash.merge
Measuring approaches performance |
5 years ago |
JSON stringification versus simple map
https://stackoverflow.com/a/55147377/1243641 |
5 years ago |
Lodash Uniq vs Javascript Set spread operation | 5 years ago |
Object merge vs library merge Tomek | 5 years ago |
Object merge vs library merge TomekTest | 5 years ago |
Array.prototype.slice vs spread operator fixed
Compare the new ES6 spread operator with the traditional slice() method |
5 years ago |