Expand description

Performance counters for Dijkstra’s algorithm.

Structs

Traits

  • Performance data collected by Dijkstra’s algorithm. This trait allows to collect the performance data optionally, by providing a type that either collects it, or ignores it.