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

Core: Improve cold launch speed #1352

Merged
merged 7 commits into from
Aug 2, 2024
Merged

Core: Improve cold launch speed #1352

merged 7 commits into from
Aug 2, 2024

Commits on Aug 1, 2024

  1. Fix typo

    d4rken committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c493093 View commit details
    Browse the repository at this point in the history
  2. Lazy init CSI processors

    d4rken committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2c66d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24cfce View commit details
    Browse the repository at this point in the history
  4. Don't load exclusions on startup

    The flow in `init` caused the exclusions to be automatically loaded everytime the class is initialized.
    d4rken committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e37be8b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Fix test regression

    d4rken committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    36a6ed1 View commit details
    Browse the repository at this point in the history
  2. Remove dynamic list generation

    ...wow that reflection was more costly than anticipated, and right on the cold launch path.
    d4rken committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7500d88 View commit details
    Browse the repository at this point in the history
  3. Add some launch timing infos

    d4rken committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8330491 View commit details
    Browse the repository at this point in the history