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 garbage collection #1119

Merged
merged 40 commits into from
Jul 22, 2024
Merged

Fix garbage collection #1119

merged 40 commits into from
Jul 22, 2024

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    a9a10af View commit details
    Browse the repository at this point in the history
  2. Use weakref for filemanager

    ivirshup committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ca0759a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    92615d8 View commit details
    Browse the repository at this point in the history
  2. (chore): add benchmark

    ilan-gold committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cb53b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df03b5 View commit details
    Browse the repository at this point in the history
  4. (fix): change name

    ilan-gold committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    38d218f View commit details
    Browse the repository at this point in the history
  5. (chore): fewer runs

    ilan-gold committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a9eba7a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. (fix): benchmark test name

    ilan-gold committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    be8ae55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fc74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bff0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccbdaf3 View commit details
    Browse the repository at this point in the history
  5. (fix): try track_peakmem

    ilan-gold committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6ed9963 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. (fix): remove track_ name

    ilan-gold committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ce4e2d8 View commit details
    Browse the repository at this point in the history
  2. (fix): docs

    ilan-gold committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0c9e563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c971dfb View commit details
    Browse the repository at this point in the history
  4. (fix): n -> runs

    ilan-gold committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9e08151 View commit details
    Browse the repository at this point in the history
  5. (fix): comment

    ilan-gold committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c771079 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d3caad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeb8865 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5267c2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13d134a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. clarify reference use

    flying-sheep committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4dec616 View commit details
    Browse the repository at this point in the history
  2. consistency

    flying-sheep committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5361188 View commit details
    Browse the repository at this point in the history
  3. remove boilerplate

    flying-sheep committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b61549d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81d5933 View commit details
    Browse the repository at this point in the history
  5. add types, undo moves

    flying-sheep committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1a85497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f750954 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 21, 2024

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

Commits on Jul 2, 2024

  1. fmt

    flying-sheep committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    48ae69d View commit details
    Browse the repository at this point in the history
  2. cleanup

    flying-sheep committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    480b0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. more fmt

    flying-sheep committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    24b89a0 View commit details
    Browse the repository at this point in the history
  2. dedupe and test

    flying-sheep committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    05ebee9 View commit details
    Browse the repository at this point in the history
  3. Simplify copy

    flying-sheep committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    866abbd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 22, 2024

  1. docs and typing

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    015d6ad View commit details
    Browse the repository at this point in the history
  2. fix parent_mapping type

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3a1a007 View commit details
    Browse the repository at this point in the history
  3. Fix I

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    73fc94c View commit details
    Browse the repository at this point in the history
  4. fix docs

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ba61e2b View commit details
    Browse the repository at this point in the history
  5. fix 3.9

    flying-sheep committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e138fc9 View commit details
    Browse the repository at this point in the history