Benchmark name | When Created |
---|---|
Immer vs shallow vs ramda lens | 6 years ago |
Immer vs shallow copy | 6 years ago |
For-of vs While - Random v1.2 | 6 years ago |
split or slice | 6 years ago |
Performance Test: substring vs substr vs slice | 6 years ago |
Math.max with apply vs spread
Compare the new ES6 spread operator with the Math.max.apply method |
6 years ago |
Date.parse vs new Date in milliseconds | 6 years ago |
jQuery by id vs Document.getElementById +1
Comparing speed of getting element by id with jQuery vs Vanilla JS |
6 years ago |
substr vs startsWith
test perf of substr vs startsWith |
6 years ago |
String concatenation test
Checking Template Literal vs String concat |
6 years ago |
Instly: String concat | 6 years ago |
for of vs forEach vs for | 6 years ago |
_.flow vs flew
Compare lodash flow with custom method |
6 years ago |
Ramda vs. Lodash vs Lodash fp What
Compares performance on the same task using Lodash vs Ramda vs Fastest Clone. |
6 years ago |
Lodash vs Lodash FP (filter, range, add, isEven, reduce) v4 | 6 years ago |
Lodash reduce vs Lodash FP reduce | 6 years ago |
Array.prototype.concat vs spread operator_
Compare the new ES6 spread operator with the traditional concat() method |
6 years ago |
us object vs reduce | 6 years ago |
Check if is visible by classes vs style
Measure the performance of check if an node is visible. |
6 years ago |
Lodash isEqual object array test to use in mnp2
Test on isEqual performance on array |
6 years ago |
try, not numeric, cast to Numeric
see number 3 (avoid catching exception) https://stackoverflow.com/a/18411275/2601293 |
6 years ago |
Create an array with unique values - Lodash Uniq vs Javascript Set | 6 years ago |
Error stack | 6 years ago |
Array creation with Array.reduce vs for loop vs Array.forEach(2)
A test pushing 1000 random numbers, 1 - 10000 |
6 years ago |
Array creation with Array.reduce vs for loop vs Array.forEach
A test pushing 1000 random numbers, 1 - 10000 |
6 years ago |