Closed frankmcsherry closed 8 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.
EnterAt
delay
StreamCore
enterleave.rs
core
This PR removes
EnterAt
which was recently seen to be an antipattern in differential dataflow (itsdelay
operator queues data unnecessarily), and migrates the now-StreamCore
-onlyenterleave.rs
to thecore
dataflow module.