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

http/httpguts: speed up ValidHeaderFieldName #207

Closed
wants to merge 6 commits into from
Closed

http/httpguts: speed up ValidHeaderFieldName #207

wants to merge 6 commits into from

Commits on Apr 10, 2024

  1. http/httpguts: remove unused isNotToken function

    Julien Cretel committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bb0d26b View commit details
    Browse the repository at this point in the history
  2. http/httpguts: rename test function

    Julien Cretel committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    20b563f View commit details
    Browse the repository at this point in the history
  3. http/httpguts: add a benchmark for IsTokenRune

    Julien Cretel committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    581669b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58dbc95 View commit details
    Browse the repository at this point in the history
  5. http/httpguts: eliminate bounds checks in IsTokenRune

    Julien Cretel committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    edec337 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f1d25d View commit details
    Browse the repository at this point in the history