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 sync.Pool to share per-connection transport write buffer. #6309

Merged
merged 19 commits into from Jul 20, 2023

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    0f1058d View commit details
    Browse the repository at this point in the history
  2. Use sync.Pool

    s-matyukevich committed May 15, 2023
    Configuration menu
    Copy the full SHA
    63f4ba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4faff38 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. use pool map

    s-matyukevich committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f594b29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec75cb1 View commit details
    Browse the repository at this point in the history
  3. fix flush()

    s-matyukevich committed May 16, 2023
    Configuration menu
    Copy the full SHA
    95bde71 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    a243c24 View commit details
    Browse the repository at this point in the history
  2. Fix linter error

    s-matyukevich committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a7ededc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    16345bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8036d0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    0b42642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1bdb20 View commit details
    Browse the repository at this point in the history
  3. delete unsed variable

    s-matyukevich committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9b97327 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    d274f35 View commit details
    Browse the repository at this point in the history
  2. address review comments

    s-matyukevich committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    00e8de7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix linter error

    s-matyukevich committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9aeb148 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    195a467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a400e View commit details
    Browse the repository at this point in the history