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

VecDeque: Use power of two capacity even for zero sized types #28494

Merged
merged 1 commit into from
Sep 19, 2015

Commits on Sep 19, 2015

  1. VecDeque: Use power of two capacity even for zero sized types

    VecDeque depends on using a power of two capacity. Use the largest
    possible power of two capacity for ZSTs.
    bluss committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    66f5dc1 View commit details
    Browse the repository at this point in the history