You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old demux allowed us to combine a bunch of tees/merges into a single operator and eliminate subgraphs. New demux_enum doesn't allow that. Can we make this into an optimization or reason about demux to make this work?