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

Reduce Multi allocations #690

Merged
merged 7 commits into from Oct 4, 2021
Merged

Reduce Multi allocations #690

merged 7 commits into from Oct 4, 2021

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    e55de92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a7440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d880fd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Reduce the UnicastProcessor footprint

    Uses volatile references and a single CaS for cancellation.
    jponge committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9991f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ff9d1e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 4, 2021

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