Closed cortner closed 4 months ago
@tjjarvinen -- this is maybe a question for you?
Hm - maybe all this needs is a function
use_cached_arrays() = true
Which can be overwritten with false to switch to standard arrays.
this is made obsolete by #84 because we switched to Bumper
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?