differential-dataflow 0.12.0

An incremental data-parallel dataflow platform
Documentation
//! Common algorithms constructed from differential dataflow operators.

pub mod identifiers;
pub mod prefix_sum;
pub mod graphs;