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 lock free strategy for several Subscription implementations #568

Merged
merged 9 commits into from
Dec 8, 2013

Commits on Dec 5, 2013

  1. Use lock free strategy

    Reduce contention by using CAS (Compare And Swap) operations to replace
    subscription
    jloisel committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    d1706bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c728d77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9897ca8 View commit details
    Browse the repository at this point in the history
  4. Code simplification

    jloisel committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    d7bd826 View commit details
    Browse the repository at this point in the history
  5. Simplify code; Junits

    jloisel committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    dba41f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec9bd2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39b9787 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

  1. Configuration menu
    Copy the full SHA
    61aea25 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2013

  1. Configuration menu
    Copy the full SHA
    078b687 View commit details
    Browse the repository at this point in the history