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

Avoid duplicate timestamp conversions for websocket api and recorder #108144

Merged
merged 4 commits into from Jan 16, 2024

Commits on Jan 16, 2024

  1. Avoid duplicate timestamp conversions for websocket api and recorder

    We convert the time from datetime to timestamps one per
    open websocket connection and the recorder for every
    state update. Only do the conversion once since its
    ~30% of the cost of building the state diff
    bdraco committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    183f48b View commit details
    Browse the repository at this point in the history
  2. more

    bdraco committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6bd3be1 View commit details
    Browse the repository at this point in the history
  3. two more

    bdraco committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bedba86 View commit details
    Browse the repository at this point in the history
  4. two more in live history

    bdraco committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    18a6768 View commit details
    Browse the repository at this point in the history