Skip to content

Move gc.collect call to end of Step.run #172

@braingram

Description

@braingram

Step.run calls gc.collect near the beginning of the function body:

gc.collect()

As it's likely that Step.process will result in allocations, it may be more useful to move this call to after Step.process.

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