Registry / other / differential-dataflow

differential-dataflow

JSON →
library0.23.0rscratesunverified

An incremental data-parallel dataflow platform for efficient computation.

# Cargo.toml [dependencies] differential-dataflow = "0.23.0"
INSTALL
IMPORT
SIG · DIFFERENTIAL-DATAF
D
differential-dataflow
otherrustv0.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Input
use differential_dataflow::input::Input;

Creates a dataflow collection and counts elements.

use differential_dataflow::input::Input; use differential_dataflow::operators::Count; fn main() { let mut collection = differential_dataflow::Collection::new(); collection.insert(1); let counts = collection.count(); println!("Counts: {:?}", counts); }
Debug
Known issues
gotchaRequires timely dataflow runtime to execute.
fix
Add timely as a dependency and run within a timely dataflow worker.
affects: >=0.23.0
Upgrade
Version history
0.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
differential-dataflow — cargo add differential-dataflow · libregistry