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

Micro-optimize the WorkerThread::steal loop #790

Merged
merged 1 commit into from
Aug 24, 2020

Commits on Aug 17, 2020

  1. Micro-optimize the WorkerThread::steal loop

    This lifts up the loop for `Steal::Retry`, so we continue with other
    threads before trying again. For most benchmarks, the performance change
    is in the noise, but this gives a consistent improvement in most of the
    microbenches -- up to 8% faster on `join_microbench::increment_all_max`.
    cuviper committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2e88929 View commit details
    Browse the repository at this point in the history