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

Add reserve method for owned arrays #1268

Merged
merged 9 commits into from Apr 6, 2024
Merged

Commits on Apr 6, 2024

  1. Add reserve method for owned arrays

    ssande7 authored and bluss committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6933dd8 View commit details
    Browse the repository at this point in the history
  2. Add benchmark for reserve()

    ssande7 authored and bluss committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    aa077bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63062d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a16707a View commit details
    Browse the repository at this point in the history
  5. Check for usize overflow of new capacity

    ssande7 authored and bluss committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    beb1439 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b022eb View commit details
    Browse the repository at this point in the history
  7. Error on overflow when reserving

    ssande7 authored and bluss committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8e030d1 View commit details
    Browse the repository at this point in the history
  8. reserve: Add test with inverted axis

    Testing when the allocation to first element offset is nonzero.
    bluss committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    25d2d04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cc7141 View commit details
    Browse the repository at this point in the history