Skip to content

Improve the algorithm used to identify the endpoints to be connected #83

@shravandoda

Description

@shravandoda

The algorithm used right now for identifying the endpoints to be connected traverses the whole graph to find the ones to connect. This method is really slow. One idea is to use python dictionaries for storing the nodes to be connected while they are being created.

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