-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ThinVec::new constant #54
Comments
Any chance to do this? |
Since a single, shared |
It looks like |
Currently |
I am not sure if there are any technical blockers on this... can
ThinVec::new
be madeconst
?Having to reinitialize every instance causes a very slight regression when I moved from
Vec
toThinVec
. I'd much rather it copies from pre-generated bits based onconst
.The text was updated successfully, but these errors were encountered: