TimelyDataflow / differential-dataflow

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

Batch container for flat stack #505

Closed antiguru closed 5 months ago

antiguru commented 5 months ago

Adds a flat layout to store batches in flat container, and a blanket implementation for flat stack to implement batch container. Switches Differential's into owned trait with flat container's variant.