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

fix(backend): various perf optimizations #3753

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Commits on Jul 4, 2024

  1. fix(backend, core): avoid creating enum class

    Creating a new enum in loop seems to be cpu intensive.
    Cache the enum class on first usage to avoid that.
    
    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0337162 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix(sdk, uuidt): use constants where possible

    This will avoid filesystem and socket syscalls at each init.
    
    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6cb7a00 View commit details
    Browse the repository at this point in the history