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 the per connection overhead in SocketConnection #31308

Merged
merged 3 commits into from
Mar 29, 2021

Commits on Mar 27, 2021

  1. Reduce the per connection overhead in SocketConnection

    - Removed 3 state machines (StartAsync, ProcessSends and ProcessReceives)
    - Use ValueTask to remove delegate allocation on both senders and receivers
    - Remove field from DoSend and DoReceive state machine
    davidfowl committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    47ef4b1 View commit details
    Browse the repository at this point in the history
  2. Remove space

    davidfowl committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c8ced24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e59dc3 View commit details
    Browse the repository at this point in the history