Skip to content

Removing a vertex from an UndirectedSparseGraph is very slow, make it faster #146

Open
@melon3r

Description

@melon3r

Is your feature request related to a problem? Please describe.
In an application, I have to create an UndirectedSparseGraph from which I then filter out (i.e. RemoveVertex) many nodes, which takes minutes for a graph of less than a thousand vertices.

Describe the solution you'd like
Optimally, this should be taking seconds, instead of minutes. I've created a pull request that achieves this: #130

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureSuggest a new idea for this project

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions