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

Improve performance of WebSocketReader #8736

Merged
merged 18 commits into from
Aug 19, 2024
Merged

Commits on Aug 19, 2024

  1. Improve performance of WebSocketReader

    this is a paired down version of #8735 to better
    optimize for both the non-continuation and
    continuation case
    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    db53072 View commit details
    Browse the repository at this point in the history
  2. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d6d362f View commit details
    Browse the repository at this point in the history
  3. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9e6b0fe View commit details
    Browse the repository at this point in the history
  4. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0ee8e0c View commit details
    Browse the repository at this point in the history
  5. lint

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9a6a6ce View commit details
    Browse the repository at this point in the history
  6. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    194625d View commit details
    Browse the repository at this point in the history
  7. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    afca3d9 View commit details
    Browse the repository at this point in the history
  8. never checked

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a20392f View commit details
    Browse the repository at this point in the history
  9. avoid double bytes conversion

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    501fd44 View commit details
    Browse the repository at this point in the history
  10. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    813decb View commit details
    Browse the repository at this point in the history
  11. revert

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c9db653 View commit details
    Browse the repository at this point in the history
  12. preen

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0923d1e View commit details
    Browse the repository at this point in the history
  13. reorder for common case

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f0049d0 View commit details
    Browse the repository at this point in the history
  14. fix

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7ebb60c View commit details
    Browse the repository at this point in the history
  15. cleanup unneeded assignment

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5cde49a View commit details
    Browse the repository at this point in the history
  16. tweak

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a6e7a09 View commit details
    Browse the repository at this point in the history
  17. changelog

    bdraco committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ba66ff1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7fc3ffb View commit details
    Browse the repository at this point in the history