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

DM-39582: Decrease memory usage and load times when reading graphs #348

Merged
merged 9 commits into from
Jul 4, 2023

Commits on Jun 23, 2023

  1. Work to shrink in-memory qgraph size

    This cleans up a few data structures to make them smaller in memory,
    and makes use of new caching infrastructure in daf_butler.
    natelust committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b7b3cc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    1b8f686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cad86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9fc5e0 View commit details
    Browse the repository at this point in the history
  4. Add release notes

    natelust committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    11053de View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    fc3e73f View commit details
    Browse the repository at this point in the history
  2. Pin pydantic to less than 2

    natelust committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    628e539 View commit details
    Browse the repository at this point in the history
  3. MyPy fixes and a small bug fix

    Fixing mypy annotations revealed a small bug in adjustQuantum with
    dataset type names, this commit also fixes that.
    natelust committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4f276c9 View commit details
    Browse the repository at this point in the history
  4. More typing changes

    natelust committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    44f5f6c View commit details
    Browse the repository at this point in the history