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

Optimize contexts #490

Merged
merged 7 commits into from
Nov 10, 2024
Merged

Optimize contexts #490

merged 7 commits into from
Nov 10, 2024

Commits on Nov 4, 2024

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

Commits on Nov 9, 2024

  1. Merged reject container and continuation context into a shared field.

    Inverted branch for context null check.
    timcassell committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    2b59076 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    02dbe0b View commit details
    Browse the repository at this point in the history
  2. Clean up IPromiseAwareAwaiter.AwaitOnCompletedInternal.

    Re-used `ContinuationContext` field in `AsyncSynchronizationPromiseBase<TResult>` to reduce memory.
    timcassell committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61a9232 View commit details
    Browse the repository at this point in the history
  3. Re-used ContinuationContext field in PromiseParallelForEach<> and…

    … `PromiseParallelForEachAsync<>` to reduce memory.
    timcassell committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ab4ccb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dfbaa4 View commit details
    Browse the repository at this point in the history
  5. Fixed a comment.

    timcassell committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7fa7449 View commit details
    Browse the repository at this point in the history