TimelyDataflow / differential-dataflow

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

Base update capacity off updates instead of old capacity #456

Open antiguru opened 7 months ago

antiguru commented 7 months ago

This makes sure we never reallocate the update container. Without this, we can allocate a container that is too small to contain all updates that we might generate during merging.