TimelyDataflow / differential-dataflow

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

Bring differential to Rust 2021 #443

Closed antiguru closed 8 months ago

antiguru commented 8 months ago

What started as a simple change to visibility .. went sideways. This PR does the following:

The motivation is twofold: It's good to update to a more recent language level, and it increases build/test coverage for code in the repository.

It also makes the merge batcher variants pub, so one can define a new spine type outside Differential.

frankmcsherry commented 8 months ago

Thank you!