chore(deps): update rust crate movingai to v3#778
Merged
Conversation
📊 iai-callgrind Benchmark Results
|
| Benchmark | Instructions |
|---|---|
iai_algos::corner_to_corner_astar |
5,124 |
iai_algos::corner_to_corner_bfs |
4,959 |
iai_algos::corner_to_corner_bfs_bidirectional |
3,352,638 |
iai_algos::corner_to_corner_dfs |
3,581,749 |
iai_algos::corner_to_corner_dijkstra |
3,655,462 |
iai_algos::corner_to_corner_fringe |
4,880 |
iai_algos::corner_to_corner_iddfs |
251 |
iai_algos::no_path_astar |
14 |
iai_algos::no_path_bfs |
193 |
iai_algos::no_path_bfs_bidirectional |
16 |
iai_algos::no_path_dfs |
3,619,453 |
iai_algos::no_path_dijkstra |
3,625,429 |
iai_algos::no_path_fringe |
14 |
iai_edmondskarp::wikipedia_example_dense |
38,236 |
iai_edmondskarp::wikipedia_example_sparse |
65,777 |
iai_kuhn_munkres::kuhn_munkres_size_128 |
4,145,638 |
iai_kuhn_munkres::kuhn_munkres_size_32 |
251,623 |
iai_kuhn_munkres::kuhn_munkres_size_64 |
1,208,754 |
iai_separate_components::bench_separate_components |
16,018,864 |
iai-callgrind measures instructions executed, which is deterministic and not affected by system load.
renovate
Bot
force-pushed
the
renovate/movingai-3.x
branch
2 times, most recently
from
July 21, 2026 07:33
df470fa to
9b9b81c
Compare
renovate
Bot
force-pushed
the
renovate/movingai-3.x
branch
from
July 21, 2026 07:45
9b9b81c to
12c93e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.0→3.0.0Release Notes
THeK3nger/movingai-rust (movingai)
v3.0.0Compare Source
Added
.3dmap/.3dscenfiles and an octree-based structure for storing and efficiently navigating large voxel maps.Breaking Changes
ParseErrortype instead of ad-hoc error handling.map_typeis now an enum instead of a string across the public API.is_out_of_boundrenamed tois_out_of_bounds.Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.