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(util/parseHeaders): If the header name is buffer #2501

Merged
merged 34 commits into from
Dec 8, 2023

Commits on Dec 6, 2023

  1. initial implementation

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a8728c4 View commit details
    Browse the repository at this point in the history
  2. test: fix

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8abb9c9 View commit details
    Browse the repository at this point in the history
  3. compatible API

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8324d21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0db0b0f View commit details
    Browse the repository at this point in the history
  5. fix: tree

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b9fc805 View commit details
    Browse the repository at this point in the history
  6. add benchmark

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    42b0a46 View commit details
    Browse the repository at this point in the history
  7. fix: lint

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    559e6db View commit details
    Browse the repository at this point in the history
  8. fix: benchmark

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    007e7de View commit details
    Browse the repository at this point in the history
  9. perf

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    82c198d View commit details
    Browse the repository at this point in the history
  10. use number key

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    061cd39 View commit details
    Browse the repository at this point in the history
  11. remove unsafe

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7c5f84e View commit details
    Browse the repository at this point in the history
  12. format & add comment

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a6a37a7 View commit details
    Browse the repository at this point in the history
  13. fix: benchmark import path

    tsctx committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    07efe2e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. better benchmark

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f7dbb98 View commit details
    Browse the repository at this point in the history
  2. better benchmark

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0e7cba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41c0e46 View commit details
    Browse the repository at this point in the history
  4. perf: rewrite tree

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    feb97c2 View commit details
    Browse the repository at this point in the history
  5. test: fuzz test

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e3dc3f1 View commit details
    Browse the repository at this point in the history
  6. fix test

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b303023 View commit details
    Browse the repository at this point in the history
  7. test

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    25f2ad0 View commit details
    Browse the repository at this point in the history
  8. test: remove tree

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ddeb169 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26817f4 View commit details
    Browse the repository at this point in the history
  10. refactor

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    292db1d View commit details
    Browse the repository at this point in the history
  11. refactor

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f5fdfc2 View commit details
    Browse the repository at this point in the history
  12. suggested change

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bd17e95 View commit details
    Browse the repository at this point in the history
  13. test: refactor

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1d4a848 View commit details
    Browse the repository at this point in the history
  14. add use strict

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b2b00fe View commit details
    Browse the repository at this point in the history
  15. test: refactor

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5bda182 View commit details
    Browse the repository at this point in the history
  16. add type comment

    tsctx committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f7a3b8a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. check length

    tsctx committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    249bc9c View commit details
    Browse the repository at this point in the history
  2. test: perf

    tsctx committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7ed1720 View commit details
    Browse the repository at this point in the history
  3. improve type

    tsctx committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9179784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e68b73d View commit details
    Browse the repository at this point in the history
  5. fix: type

    tsctx committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6efff14 View commit details
    Browse the repository at this point in the history