pathfinding icon indicating copy to clipboard operation
pathfinding copied to clipboard

Pathfinding library for rust

Results 23 pathfinding issues
Sort by recently updated
recently updated
newest added

I'm not sure this is the right repo/location for this, but here guess anyway: I'm looking for a solution for offline routing (pathfinding) library that can work on a mobile...

wontfix

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/evenfurther/pathfinding). This repository currently has no open or...

hello ! I noticed that the shortest path in this crate is represented using vertices `Vec`, assuming that there are no [multiple edges](en.wikipedia.org/wiki/Multiple_edges). This assumption is not an issue when...

enhancement

Hi! In this issue I want to report Profile-Guided Optimization (PGO) results on pathfinding algorithms performance. I performed some tests and want to share my results here. ## Test environment...

This causes an API change as using an `IndexMap` requires the type to implement `Hash`.

enhancement
API incompatible

https://en.wikipedia.org/wiki/Bidirectional_search It could be beneficial to some problems to search simultaneously from the start and end states to meet in the middle. The most general implementation would need to use...

enhancement
help wanted
feature_request