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

Internal refactoring to reuse single request parser for all requests #346

Merged
merged 2 commits into from
Jun 17, 2019

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    2fe19c4 View commit details
    Browse the repository at this point in the history
  2. Reuse single request parser for all requests

    This changeset is in preparation for upcoming refactorings to move
    unrelated logic out of the parser class to prepare for persistent HTTP
    connections in follow-up PR. This changeset does not affect the public
    API and happens to improves performance slightly from around 9000 req/s
    to 9200 req/s on my machine (best of 5).
    clue committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    6e7dd66 View commit details
    Browse the repository at this point in the history