pargraph

Crates.iopargraph
lib.rspargraph
version0.1.6
created_at2023-07-07 11:25:20.851048+00
updated_at2024-06-27 13:22:22.149808+00
descriptionOperator based parallel graph processing.
homepage
repositoryhttps://codeberg.org/libreda/pargraph
max_upload_size
id910675
size173,180
tok (fsitok)

documentation

README

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
Commit count: 0

cargo fmt