Crates.io | pargraph |
lib.rs | pargraph |
version | 0.1.6 |
source | src |
created_at | 2023-07-07 11:25:20.851048 |
updated_at | 2024-06-27 13:22:22.149808 |
description | Operator based parallel graph processing. |
homepage | |
repository | https://codeberg.org/libreda/pargraph |
max_upload_size | |
id | 910675 |
size | 173,180 |
Pargraph is a yet simple and humble library for parallel processing of petgraph
data structures.
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