parent
b5629d98d8
commit
f01d1c4c8d
|
@ -67,6 +67,7 @@ for (var i = 0, keys = Object.keys(obj); i < keys.length; i++) {
|
||||||
|
|
||||||
## Recursive functions
|
## Recursive functions
|
||||||
Avoid recursive functions when possible because they cannot be inlined.
|
Avoid recursive functions when possible because they cannot be inlined.
|
||||||
|
https://jsperf.com/cost-of-recursion
|
||||||
|
|
||||||
## Function Inlining
|
## Function Inlining
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue