TimelyDataflow / differential-dataflow

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

Further trait clean-up #473

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

Further clean-up around the Batcher and Builder trait interfaces. The Item associated types have been rebranded Input and Output depending on their use, and are less tightly bonded to being individual updates. Some additional constraints removed, dead code removed, stuff like that.