TimelyDataflow / timely-dataflow

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

Remove `EnterAt`, migrate `enterleave.rs` #554

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

This PR removes EnterAt which was recently seen to be an antipattern in differential dataflow (its delay operator queues data unnecessarily), and migrates the now-StreamCore-only enterleave.rs to the core dataflow module.