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

Use optimistic behavior in Barrier #952

Merged
merged 4 commits into from
May 23, 2016
Merged

Use optimistic behavior in Barrier #952

merged 4 commits into from
May 23, 2016

Commits on May 21, 2016

  1. Use optimistic behavior in Barrier

    This eliminates one lock acquisition during Barrier and implements a double-check pattern, which makes the Barrier routine significantly faster in cases where the queue is empty.
    codemercenary committed May 21, 2016
    Configuration menu
    Copy the full SHA
    58335c4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    c0775e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0929e3 View commit details
    Browse the repository at this point in the history
  3. Fix comment language

    codemercenary committed May 23, 2016
    Configuration menu
    Copy the full SHA
    c9988a0 View commit details
    Browse the repository at this point in the history