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 think complex data structures like say Vec<T> can be done most easily using an allocator that wraps the standard allocator. It's seems needlessly complex to write a whole ZeroDropVec<T> just to avoid writing an allocator
The text was updated successfully, but these errors were encountered:
I think complex data structures like say
Vec<T>
can be done most easily using an allocator that wraps the standard allocator. It's seems needlessly complex to write a wholeZeroDropVec<T>
just to avoid writing an allocatorThe text was updated successfully, but these errors were encountered: