TimelyDataflow / differential-dataflow

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

Generalize `Collection` to containers #506

Closed frankmcsherry closed 1 month ago

frankmcsherry commented 1 month 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.