You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to write the _alloc interface in such a way that the user can define whether to use fresh Array allocations or reused CachedArrays? I'm thinking of something like
Polynomials4ML.use_cachedarrays!(true) # or false
and that this might trigger and eval into Polynomials4ML that determines which methods are called?
The text was updated successfully, but these errors were encountered:
Is it possible to write the
_alloc
interface in such a way that the user can define whether to use freshArray
allocations or reusedCachedArray
s? I'm thinking of something likeand that this might trigger and
eval
intoPolynomials4ML
that determines which methods are called?The text was updated successfully, but these errors were encountered: