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
Currently, SplitVec::new() or SplitVec created with other built-in growth strategies allocate the first fragment. Ideally, an empty vector must not allocate any fragments to avoid unnecessary heap allocation.
The text was updated successfully, but these errors were encountered:
Currently,
SplitVec::new()
orSplitVec
created with other built-in growth strategies allocate the first fragment. Ideally, an empty vector must not allocate any fragments to avoid unnecessary heap allocation.The text was updated successfully, but these errors were encountered: