Docs.rs
differential-dataflow-0.8.0
differential-dataflow 0.8.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
frankmcsherry
Dependencies
abomonation ^0.7
normal
abomonation_derive ^0.3
normal
fnv ^1.0.2
normal
graph_map ^0.1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
timely ^0.8
normal
timely_sort ^0.1.6
normal
byteorder ^1
dev
indexmap ^1.0.1
dev
itertools ^0.7
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
☰
Module prefix_sum
Traits
Functions
?
Module
differential_dataflow
::
algorithms
::
prefix_sum
source
·
[
−
]
Expand description
Implementation of Parallel Prefix Sum
Traits
PrefixSum
Extension trait for the prefix_sum method.
Functions
aggregate
Accumulate data in
collection
into all powers-of-two intervals containing them.
broadcast
Produces the accumulated values at each of the
usize
locations in
queries
.