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
Because most of the vector values are expected to be a small number of elements, replacing Vec to SmallVec will greatly reduce heap allocation, especially for VM.
Because most of the vector values are expected to be a small number of elements, replacing
Vec
toSmallVec
will greatly reduce heap allocation, especially for VM.https://docs.rs/smallvec/latest/smallvec/
The text was updated successfully, but these errors were encountered: