Docs.rs
differential-dataflow-0.24.0
differential-dataflow 0.24.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
frankmcsherry
Dependencies
columnar ^0.13
normal
columnation ^0.1.1
normal
fnv ^1.0.2
normal
paste ^1.0
normal
serde ^1.0
normal
smallvec ^1.15.1
normal
timely ^0.30
normal
bytemuck ^1.18.0
dev
graph_map ^0.1
dev
itertools ^0.13
dev
lz4_flex ^0.11
dev
mimalloc ^0.1.48
dev
rand ^0.4
dev
tempfile ^3
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module vec
differential_
dataflow
0.24.0
Module vec
Module Items
Structs
In differential_
dataflow::
trace::
implementations::
merge_
batcher
differential_dataflow
::
trace
::
implementations
::
merge_batcher
Module
vec
Copy item path
Source
Expand description
A
Merger
implementation for vector update containers.
Structs
ยง
VecMerger
A
Merger
implementation for
Vec<(D, T, R)>
that drains owned inputs.