Skip to content

Change adjacency list container #4

@w1th0utnam3

Description

@w1th0utnam3

Currently the graph uses forward_list containers to store adjacency entries. Because of this erasing edges and vertices in a big graph is extremely slow (lists have to be iterated from the beginning to find entries to delete). Therefore a random access container might be a better choice.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions