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

Speed up ptr::replace #98197

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 17, 2022

  1. Use mem::replace in ptr::replace instead of mem::swap

    Lukas Markeffsky committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    bc0788b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. update comment

    Lukas Markeffsky committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6bf4c57 View commit details
    Browse the repository at this point in the history
  2. replace mem::replace with ptr::replace if applicable

    Lukas Markeffsky committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d8d2412 View commit details
    Browse the repository at this point in the history