docs(ivy): add link to recursive benchmark (#29060)

PR Close #29060
This commit is contained in:
Misko Hevery 2019-03-01 09:29:34 -08:00 committed by Andrew Kushnir
parent b5629d98d8
commit f01d1c4c8d
1 changed files with 1 additions and 0 deletions

View File

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