mirror of
https://codeberg.org/LibrEDA/pargraph
synced 2026-04-12 12:14:11 +08:00
main
ParGraph - Parallel Graph Processing library
Pargraph is a yet simple and humble library for parallel processing of petgraph data structures.
Testing
Run basic tests with cargo test.
Properly testing concurrent data structures is difficult. This crate
uses the loom crate for testing internal synchronization primitives.
This tests must be run separately with:
RUSTFLAGS="--cfg loom" cargo test
Description
Languages
Rust
100%