Skip to content

Commit 17c762c

Browse files
antiguruclaude
andcommitted
Patch differential-dataflow to frankmcsherry/vec_merger_patch
Apply upstream fix from TimelyDataflow/differential-dataflow#701 to address performance regressions in the merge batcher. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 439b9fd commit 17c762c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git" }
343343
# Note: All changes in our fork of tiberius should be pushed to the `mz_changes` branch.
344344
tiberius = { git = "https://github.com/MaterializeInc/tiberius", rev="64ca594cc22ed67d072c2d0110455da50539e1cd" }
345345

346+
# Waiting on https://github.com/TimelyDataflow/differential-dataflow/pull/701.
347+
differential-dataflow = { git = "https://github.com/frankmcsherry/differential-dataflow.git", branch = "vec_merger_patch" }
348+
differential-dogs3 = { git = "https://github.com/frankmcsherry/differential-dataflow.git", branch = "vec_merger_patch" }
349+
346350
# Allows us to use bzip2-sys rather than the rust reimpl.
347351
# All changes should go to the `mz_changes` branch.
348352
# Once https://github.com/Nullus157/async-compression/pull/364 lands we can remove this.

0 commit comments

Comments
 (0)