Skip to content

Explore PriorityQueue Implementation of Goal Maps #307

@Chris3606

Description

@Chris3606

Currently, goal maps use a Queue to store nodes to visit, and simply re-queue nodes as they're changed; thus avoiding the notion of a priority queue. Due to some constaints provided by the goal map concept, this works; but a proper priority queue implementation may be faster, especially for maps that are not mostly open.

We should benchmark this and find out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions