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 when serializing small bits of JSON #93653

Merged
merged 2 commits into from
May 27, 2023
Merged

Commits on May 27, 2023

  1. Improve performance when serializing small bits of JSON

    Making json_bytes a partial reduced the run time to
    build the small JSON messages by ~18.75%
    
    We serialize a lot of small messages over the websocket
    bdraco committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b69813d View commit details
    Browse the repository at this point in the history
  2. typing

    bdraco committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f713b9b View commit details
    Browse the repository at this point in the history