Skip to content

Use NonZeroUsize inside NodeId #20

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

Merged
merged 1 commit into from
Oct 2, 2019
Merged

Use NonZeroUsize inside NodeId #20

merged 1 commit into from
Oct 2, 2019

Conversation

causal-agent
Copy link
Collaborator

This allows Option<NodeId> to be no larger than usize,
and saves 32 bytes of memory per node.

Reopen of #16.

This allows `Option<NodeId>` to be no larger than `usize`,
and saves 32 bytes of memory per node.
@causal-agent causal-agent merged commit c369040 into master Oct 2, 2019
@causal-agent causal-agent deleted the nonzero branch October 2, 2019 20:39
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

Successfully merging this pull request may close these issues.

2 participants