Skip to content

NoThrowDag optimization: only keep output fields required by downstream steps #30

Description

@hannahilea

...perhaps by passing a kwarg to transform!, or having a transform_free_memory or something?

Right now, the NoThrowDag transform keeps track of all intermediate outputs; since it knows up front what values/fields from each of those outputs will be used downstream, a lighter-weight implementation could only keep those required fields, rather than keeping around any potentially heavy-weight intermediates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions