TimelyDataflow / timely-dataflow

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

Operator movement (into `core`) #553

Closed frankmcsherry closed 8 months ago

frankmcsherry commented 8 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.