|
|
|
|
|
by gus_massa
3378 days ago
|
|
My totally unsupported guess is that they detect pure functions and add implicit memoization. It is relative easy to implement, has good benchmark times if N is big enough but not too big to make the trick obvious, but under the hood it use more memory than you expected. |
|