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
The Vec in the stdlib specializes quite a few different associated functions which allows for more efficient implementations in some cases. MiniVec should do the same once specializations are available.
The text was updated successfully, but these errors were encountered:
The
Vec
in the stdlib specializes quite a few different associated functions which allows for more efficient implementations in some cases.MiniVec
should do the same once specializations are available.The text was updated successfully, but these errors were encountered: