Benchmark name | When Created |
---|---|
Array.prototype.concat vs spread operator with bigger arrays
Compare the new ES6 spread operator with the traditional concat() method |
3 years ago |
Split vs regexp | 3 years ago |
overwrite object properties | 3 years ago |
Array loop vs safe foreach | 3 years ago |
RFDC vs. Object Assign
Even though this isn't a fair comparison since we're not talking deep cloning, this is a benchmark to see if RFDC can be used in any case, deep cloning or not. |
3 years ago |
flat() vs reduce/concat()
Compare the .flat() method with the .concat() method in .reduce() |
3 years ago |
Array keys spread vs for | 3 years ago |
null vs undefined iiffe | 3 years ago |
null vs undefined reversed
reverse of https://www.measurethat.net/Benchmarks/Show/15627 |
3 years ago |
contains misses: Map vs Set vs Array vs Symbol vs UID | 3 years ago |
sum vs multiply | 3 years ago |
_.values vs Object.values with big object | 3 years ago |
console.log test | 3 years ago |
lodash clonedeep vs json.parse(stringify()) vs recursivecopygggg | 3 years ago |
accessing null vs undefined
measurethat.net is weird |
3 years ago |
map length | 3 years ago |
Date Math, 1 | 3 years ago |
Date Math | 3 years ago |
Test removeChild
Test removeChild |
3 years ago |
set.has vs. array.includes (run new Set in has test) | 3 years ago |
lodash compact vs native filter | 3 years ago |
Array.push vs Spread operator | 3 years ago |
Lodash vs. Native Union
Lodash vs. Native Union |
3 years ago |
some vs foreach vs flatten | 3 years ago |
Regexp test for safari
Regexp test for safari |
3 years ago |