TimelyDataflow / differential-dataflow

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

Allow joins to produce arbitrary containers #477

Closed antiguru closed 2 months ago

antiguru commented 2 months ago

Add a join_traces_core function that allows the caller to specify the output stream container type. The existing join_traces function forces it to be vectors, by virtue of wrapping the output in a collection.