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

MaybeUninit<T> for uninitialized memory #329

Merged
merged 10 commits into from Sep 1, 2022
Merged

MaybeUninit<T> for uninitialized memory #329

merged 10 commits into from Sep 1, 2022

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    6e5b4b0 View commit details
    Browse the repository at this point in the history
  2. Introduce VecAssumeInit to convert Vec<MaybeUninit<T>> to Vec<T>

    Use ManuallyDrop to implement VecAssumeInit
    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e35bdbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d03a5 View commit details
    Browse the repository at this point in the history
  4. Use vec_uninit2 in eigh.rs

    termoshtt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8c63bc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    ee00a0d View commit details
    Browse the repository at this point in the history
  2. Rename transpose to transpose_over, create new transpose to wri…

    …te uninitilized buffer
    termoshtt committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    152e3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0669391 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a3247 View commit details
    Browse the repository at this point in the history
  5. Use vec_uninit2 in all

    termoshtt committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    dd425f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5b92e3 View commit details
    Browse the repository at this point in the history