TimelyDataflow / differential-dataflow

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

Reduce: Insert time by ref #510

Closed antiguru closed 1 month ago

antiguru commented 1 month 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.