TimelyDataflow / differential-dataflow

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

Let Layout specify OffsetContainer #449

Closed antiguru closed 8 months ago

antiguru commented 8 months ago

This enhances Layout to carry a type OffsetContainer. Batch implementations should use this over directly using a specific implementation.

frankmcsherry commented 8 months ago

I pushed up a small edit that allows more general ReadItem types for the offset list containers. Looks good, though.