TimelyDataflow / differential-dataflow

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

Make contents of OffsetList pub #440

Closed antiguru closed 8 months ago

antiguru commented 8 months ago

Make the contents of OffsetList pub. Although it's strange to have this as part of the public interface, it'll be useful to surface its size clients interested in it.

frankmcsherry commented 8 months ago

Looks great!