Consider adding a depth limit and/or caching to Array::min()
, Array::max()
, etc
#182
Labels
enhancement
New feature or request
Array::min()
, Array::max()
, etc
#182
Right now calling
::max()
on an array symbol can trigger a dfs. It would be usful to have some way of improving that. Either memoizing, e.g.or setting a depth limit
or both or something else.
The text was updated successfully, but these errors were encountered: