TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.54k stars 183 forks source link

Failed attempt at supporting TimelyStack for (T, R) in leafs #391

Closed antiguru closed 8 months ago

antiguru commented 1 year ago

DO NOT MERGE

This shows where we cannot use TimelyStack<(T, R)> to store time-diff pairs in leafs because advance_builder_from requires mutable access to the contents.

antiguru commented 1 year ago

Moritz to file an issue about this.