Benchmark name | When Created |
---|---|
React useMemo vs inline ternary
React useMemo vs inline ternary |
5 months ago |
Loop methods | 5 months ago |
Lodash deep clone vs JSON parse stringify | 5 months ago |
Pre-calc with bit shift vs Typical Code | 5 months ago |
String() vs .toString() vs template literal | 5 months ago |
Array concat vs spread vs push spread
Compare the new ES6 spread operator with the traditional concat() method and push |
5 months ago |
lodash groupBy vs Object.groupBy 500k | 5 months ago |
lodash groupBy vs Array.reduce 500k | 5 months ago |
HTML manipulation with and without requestAnimationFrame | 5 months ago |
for loop vs array.forEach - on regular looping use | 5 months ago |
NodeList loop iterator comparison v2 | 5 months ago |
FlatMap method vs for loop big 31-10-24
Compare the performance of for loop vs flatMap method |
5 months ago |
FlatMap method vs for loop 31-10-24
Compare the performance of for loop vs flatMap method |
5 months ago |
createTextNode vs nodeValue | 5 months ago |
Type coercion benchmark 2 | 5 months ago |
Type coercion benchmark | 5 months ago |
Encode vs Blob - correct titles | 5 months ago |
Split: Set size vs Every 2 | 5 months ago |
Split: Set size vs Every | 5 months ago |
Set from array vs .add | 5 months ago |
Classnames vs CLSX vs cx v2
Compare CLSX vs Classnames vs an simpliest implementation of creating a template string |
5 months ago |
Classnames vs CLSX vs cx
Compare CLSX vs Classnames vs an simpliest implementation of creating a template string |
5 months ago |
Set vs array.includes | 5 months ago |
classList.contains vs. RegExp.test | 5 months ago |
bool check
check bool type check variante |
5 months ago |