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

PERF: Release unneeded pipeline terms. #1484

Merged
merged 3 commits into from Sep 15, 2016
Merged

Commits on Sep 14, 2016

  1. PERF: Release unneeded pipeline terms.

    Refcount pipeline terms during execution and release terms once they're
    no longer needed.
    
    This dramatically reduces memory usage on large pipelines.
    Scott Sanderson committed Sep 14, 2016
    Copy the full SHA
    3babc38 View commit details
    Browse the repository at this point in the history
  2. MAINT: Move refcount management into TermGraph.

    Scott Sanderson committed Sep 14, 2016
    Copy the full SHA
    31436cd View commit details
    Browse the repository at this point in the history
  3. STY: Flake8 and parameter rename.

    Scott Sanderson committed Sep 14, 2016
    Copy the full SHA
    17d9569 View commit details
    Browse the repository at this point in the history