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 optimize command and avoid high memory usage #238

Merged
merged 6 commits into from
Jan 21, 2019

Commits on Jan 18, 2019

  1. Make HitFilter lazy. Helps to conserve a lot of RAM especially in opt…

    …imize command. Part of #236
    osma committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    371fa04 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Introduce a LazyAnalysisResult proxy class to avoid explicit function…

    … call when accessing HitFilter results.
    osma committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    36225c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c2bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e88a959 View commit details
    Browse the repository at this point in the history
  4. add test for LazyAnalysisResult

    osma committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    a9561fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    606215b View commit details
    Browse the repository at this point in the history