Skip to content

Improve Graph space performance #272

@fxjung

Description

@fxjung

Currently, large graph spaces are nowhere near as fast as continuous spaces.
Examples:

Distance between random points

  • Euclidean 2D: 4.88 µs
  • 10 x 10 grid graph: 4.7 µs
  • Manhattan Street network: 132 µs

Time interpolation between random points

  • Euclidean 2D: 4.91 µs
  • 10 x 10 grid graph: 6.11 µs
  • Manhattan Street network: 147 µs

Additionally, caching distances between simulations runs might be sensible, see also #100.

Metadata

Metadata

Assignees

No one assigned

    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