Skip to content

Use boxed types in A* data structures #67

@sebschmi

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.

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