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
Now that we have Memory, would it make more sense to use that than a mutable struct with a tuple? The current MArray is limited in it's ability to mutate element types that are not straightforward isbitstype and I think that both Memory and MArray only get special allocations if they fit within Julia's GC pool sizes.