Docs.rs
differential-dataflow-0.13.5
differential-dataflow 0.13.5
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
frankmcsherry
Dependencies
columnar ^0.2
normal
fnv ^1.0.2
normal
serde ^1.0
normal
timely ^0.17
normal
bincode ^1.3.1
dev
bytemuck ^1.18.0
dev
byteorder ^1
dev
graph_map ^0.1
dev
indexmap ^2.1
dev
itertools ^0.13
dev
rand ^0.4
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
differential_
dataflow
0.13.5
Module scc
Module Items
Functions
In differential_
dataflow::
algorithms::
graphs
differential_dataflow
::
algorithms
::
graphs
Module
scc
Copy item path
Source
Expand description
Strongly connected component structure.
Functions
ยง
strongly_
connected
Returns the subset of edges in the same strongly connected component.
trim
Iteratively removes nodes with no in-edges.