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

Speed up starting compression #9169

Merged
merged 5 commits into from
Sep 22, 2024
Merged

Speed up starting compression #9169

merged 5 commits into from
Sep 22, 2024

Commits on Sep 17, 2024

  1. Speed up starting compression

    Enumerating a enum and accessing all the .value is
    not performant. Switching to a dict is significantly
    faster
    bdraco committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c85f1e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. changelog

    bdraco committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    46c29db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7dd4b View commit details
    Browse the repository at this point in the history
  3. symlink

    bdraco committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03afd40 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    c9f95f4 View commit details
    Browse the repository at this point in the history