TimelyDataflow / differential-dataflow

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

GAT time and diff #487

Closed antiguru closed 3 months ago

antiguru commented 4 months ago

Turn time and diff into GATs within the storage layer, and expose the diff GAT trough cursors. This enables more efficient storage for times and diffs in arrangements, while leaving the upper layers mostly the same.

antiguru commented 3 months ago

Closing because superseded.