Skip to content

perf: use sub-sampling for path_finding #455

Description

@otto-link

Improve path_finding performance by supporting sub-sampling of the input terrain.

The main application is flow_fixing_mst, where path finding does not always require full-resolution terrain data.

  • Allow path finding to operate on a lower-resolution representation.
  • Preserve the resulting paths when mapped back to the original resolution.
  • Expose the sub-sampling factor where appropriate.
  • Evaluate the performance/quality trade-off for flow_fixing_mst.

Goal: significantly reduce path-finding cost while preserving the overall structure of the resulting network.

Activity

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

Metadata

Metadata

Assignees

Labels

theme: nodes-algorithmsNew nodes, primitives, filters, operators, node consolidation

Type

No type

Fields

Priority

P4 - Opportunistic

Effort

S

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions