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
I haven't thought a lot about this - but copy is only useful if you want to mutate something, and currenty you can't safely mutate an AcceleratedArray (obviously we'd like to support that though). So we'd want to implement that first in any case, otherwise we might be leading people astray.
Thanks, my motivating example is storing an AcceleratedArray in a DataFrame. For that, you don't necessarily need the underlying mutability, but do need a copy to prevent the index for being dropped on operations that copy the dataframe. E.g.
Unless I'm missing some subtlety where this could create an invalid state, this seems to work?
The text was updated successfully, but these errors were encountered: