Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Add rayon parallel iterators for node and edge weights#988

Open
mtreinish wants to merge 2 commits into
petgraph:masterfrom
mtreinish:parallel-weights
Open

feat: Add rayon parallel iterators for node and edge weights#988
mtreinish wants to merge 2 commits into
petgraph:masterfrom
mtreinish:parallel-weights

Conversation

@mtreinish
Copy link
Copy Markdown
Contributor

This commit adds new iterators par_node_weights(), par_node_weights_mut(), par_edge_weights(), and par_edge_weights_mut() for Graph and StableGraph. These methods provide direct parallel iteration over the inner Vecs used for storing these nodes or edges. They're only built if the rayon feature is enabled.

This commit adds new iterators par_node_weights(),
par_node_weights_mut(), par_edge_weights(), and par_edge_weights_mut()
for Graph and StableGraph. These methods provide direct parallel
iteration over the inner Vecs used for storing these nodes or edges.
They're only built if the rayon feature is enabled.
@mtreinish mtreinish changed the title (feat) Add rayon parallel iterators for node and edge weights feat: Add rayon parallel iterators for node and edge weights Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant