TimelyDataflow / differential-dataflow

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

Reduce: Insert time by ref #510

Closed antiguru closed 5 months ago

antiguru commented 5 months ago

Insert time by reference into a frontier instead of cloning, which can avoid the clone if inserting the time does not change the frontier. Could result in better performance, but not tested.