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

Move snapshot UUID generation at serialization #7280

Merged
merged 1 commit into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Move snapshot UUID generation at serialization

    UUID generation is not cheap, and therefore should be performed only
    when the snapshot is about to be sent.
    Moving UUID generation at serialization time makes it out of the
    critical path.
    jpbempel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    692236f View commit details
    Browse the repository at this point in the history