Skip to content

Convert loops into generator loops to increase performance #22

Description

@MikeLippincott

Instead of storing everything upfront, consider using a generator pattern to quickly iterate to the same result without holding all intermediate data before processing.

Originally posted by @d33bs in #20 (comment)

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