Skip to content
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

Non-zero pointer optimization #1

Closed
mbrubeck opened this issue Mar 29, 2017 · 0 comments
Closed

Non-zero pointer optimization #1

mbrubeck opened this issue Mar 29, 2017 · 0 comments

Comments

@mbrubeck
Copy link
Owner

After NonZero optimizations are stabilized (rust-lang/rust#27730) this crate should use Unique<T> or equivalent, so that Option<Vec32<T>> is the same size as Vec32<T>.

@mbrubeck mbrubeck closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant