TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.29k stars 272 forks source link

Container-invariant Exchange #476

Closed antiguru closed 2 years ago

antiguru commented 2 years ago

Convert the current vector-based implementation for the Exchange operator into a container-invariant one. The PushPartitioned trait enables the implementation to be generic over all containers that support it.

Signed-off-by: Moritz Hoffmann antiguru@gmail.com