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

Aboard Read()/Write() by SetDeadline() with past time #51

Closed
wants to merge 7 commits into from

Commits on Dec 19, 2017

  1. improve memory utilization in receive buffer, fix flow control

    * flow control was assuming a `Read` consumed the entire buffer
    * flow control fix reduces memory utilization when receiving large
      streams of data
    * use timer pool to reduce allocations
    * use static handler function pointer to avoid closure allocations
      for every frame
    stuartcarnie authored and preetapan committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    3fc4056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b602ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ae2d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    5ddd520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c6e0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#53 from hashicorp/streaming_perf_improv

    Streaming perf improv
    preetapan committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    2658be1 View commit details
    Browse the repository at this point in the history
  4. Aboard Read()/Write() by SetDeadline() with past time

    Iwasaki Yudai committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    d6730ac View commit details
    Browse the repository at this point in the history