TimelyDataflow / differential-dataflow

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

First cut at neu key-only spine #439

Closed frankmcsherry closed 8 months ago

frankmcsherry commented 8 months ago

First cut at ord_neu::OrdKeySpine. Lots of copy/pasta, and opportunities for bugs. Though, many of them caught because the vals names went away. Should do some testing. Also, the PR removes ord and layers, which is an opinionated take. At least, comments them out and sets default traces to ord_neu. We can delete once we are more certain.