TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.59k stars 184 forks source link

Generalize `Collection` to containers #506

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

Starts the process of generalizing Collection to allow arbitrary containers in the underlying stream. At the moment this only supports those functions with no strong opinions about the container contents, and that work can start to emerge piecemeal.