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

http2: code style and performance improvements #16239

Closed
wants to merge 12 commits into from

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    d8120c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791d4b4 View commit details
    Browse the repository at this point in the history
  3. http2: code style fix

    jasnell committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    04179bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18b194f View commit details
    Browse the repository at this point in the history
  5. http2: improve performance by removing branches

    Several if checks were left in while the code was being developed.
    Now that the core API has stablized more, the checks are largely
    unnecessary and can be removed, yielding a significant boost in
    performance.
    jasnell committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    1bf393e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3f5864 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04f2b2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e150087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c19d914 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    796e313 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    948606f View commit details
    Browse the repository at this point in the history
  12. [Squash] Fix tests on Windows

    jasnell committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9086258 View commit details
    Browse the repository at this point in the history