TimelyDataflow / differential-dataflow

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

use `PartialOrder` implementation where appropriate #328

Closed petrosagg closed 3 years ago

petrosagg commented 3 years ago

These two places had a copy pasted implementation of the PartialOrder logic so this replaces it with calling the appropriate trait implementations