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
If self.kind() == KIND_VEC is true, freeze ends up calling vec.into() which appears to not be zero-cost at all, and ends up doing a huge memcpy somewhere in the bowels of Vec