TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 273 forks source link

Operator movement (into `core`) #553

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

Part of the process of moving container-friendly operators into a core module. Not because we want to fence them off, but a bit as a garbage collection process, so that we can see operators go by and triage them and their implementations. More to do, but these seemed mostly uncontroversial.