TimelyDataflow / differential-dataflow

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

Merge batcher with columnated storage #414

Closed frankmcsherry closed 9 months ago

frankmcsherry commented 10 months ago

This is a lighter version of #348 that only introduces columnation in the merge batcher, rather than as a general container. We thought this would be easier, but the change runs all over various files, so perhaps we should look at the generality of #348 again.

cc: @antiguru