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

perf: simplify connection buffer stats #244

Merged
merged 3 commits into from
Nov 28, 2016
Merged

Commits on Nov 28, 2016

  1. perf: simplify connection buffer stats

    We spend a considerable amount of time computing instantaneous
    connection buffer stats and firing callbacks. Currently we only use
    this information for stats purposes. This commit makes the buffer
    stats eventually consistent and much more streamlined. Eventually,
    we can provide direct accessors vs. callbacks if we need to inspect
    buffer information in order to apply back pressure.
    mattklein123 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    4085769 View commit details
    Browse the repository at this point in the history
  2. fix

    mattklein123 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    f665fbd View commit details
    Browse the repository at this point in the history
  3. comment

    mattklein123 committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3b314be View commit details
    Browse the repository at this point in the history