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

Optimze SourceBundle/DebugSession #787

Merged
merged 2 commits into from
May 15, 2023
Merged

Optimze SourceBundle/DebugSession #787

merged 2 commits into from
May 15, 2023

Commits on May 15, 2023

  1. Optimze SourceBundle/DebugSession

    This gives each `SourceBundleDebugSession` its own `archive`, so multiple sessions do not contend on the same lock.
    Also creates the manifest index eagerly and shares that across debug sessions. While previously the complete `SourceBundle` was cached in memory and shared, each `DebugSession` would still create its own index on each access.
    Another driveby improvement is to provide a consuming `SourceFileDescriptor::into_contents` to avoid a clone.
    Swatinem committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2c8ee6a View commit details
    Browse the repository at this point in the history
  2. changelog

    Swatinem committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d88599a View commit details
    Browse the repository at this point in the history