pargraph

Crates.iopargraph
lib.rspargraph
version0.1.3
sourcesrc
created_at2023-07-07 11:25:20.851048
updated_at2024-01-05 13:20:57.218546
descriptionOperator based parallel graph processing.
homepage
repositoryhttps://codeberg.org/libreda/pargraph
max_upload_size
id910675
size166,801
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