Benchmark name | When Created |
---|---|
To cache or not to cache | 8 years ago |
AND logical vs ternary and IF
In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere). |
8 years ago |
AND logical vs ternary and IF
In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere). |
8 years ago |
AND logical vs ternary and IF
In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere). |
8 years ago |
DOM Selection
Global Dom Selection |
8 years ago |
Explicit call vs apply
See if there is a real benefit to handle small arity function calls with explicit calls or if apply is sufficient. |
8 years ago |
Explicit call vs apply | 8 years ago |
Explicit call vs apply | 8 years ago |
Push vs Concat
Has Array.prototype.push more perf than Array.prototype.concat? |
8 years ago |
testasdfs
test |
8 years ago |
testasdfs
test |
8 years ago |
array of object search | 8 years ago |
Every Third Element | 8 years ago |
Every Third Element | 8 years ago |
Every Third Element | 8 years ago |
Looping through massive array
Based on https://blogs.oracle.com/greimer/entry/best_way_to_code_a |
8 years ago |
Looping through array
Based on https://blogs.oracle.com/greimer/entry/best_way_to_code_a |
8 years ago |
single-quote-vs-double-quote-vs-backtick | 8 years ago |
string-interpolation-vs-concatenation | 8 years ago |
parseInt vs. substring | 8 years ago |
spreadArray
Function that works like a join, but returns array |
8 years ago |
lsakdjflkajsdf
bla |
8 years ago |
spreadArray
Function that works like a join, but returns array |
8 years ago |
Shift loop vs unrolled | 8 years ago |
Array Summation | 8 years ago |