TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.29k stars 272 forks source link

implement Hash for Antichain<T> when T is Ord+Hash #454

Closed danhhz closed 2 years ago

danhhz commented 2 years ago

This allows for e.g. indexing differential Descriptions by their lower to stitch them together.

frankmcsherry commented 2 years ago

Looks good, and thanks!