That is interesting. As it can often be the case that computation itself is cheaper than the args co...
j
That is interesting. As it can often be the case that computation itself is cheaper than the args comparison. Doesn’t it make sense to opt-in for such behavior rather than having it as default?
r
There are optimizations to avoid memoization and/or comparisons when possible.