Skip to content

Use boxed types in A* data structures #67

Description

@sebschmi

Most runtime is spent on hashtable and heap operations. This is likely slowed by the fact that both contain Node objects, but those are larger than 100 bytes. If we would switch the data structures to use Box<Node> instead, that may speed things up.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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