TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 273 forks source link

PartialOrder with Rhs type parameter #565

Closed antiguru closed 3 months ago

antiguru commented 3 months ago

Add a Rhs parameter to PartialOrder, to allow comparison between different types. This helps to compare types stored in containers in a different form than their original structure.