Skip to content

Commit 5976a2f

Browse files
Work towards Batcher unification (#553)
* Generalize batchers for all containers * Document and organize MergeBatcher * Make generic versions canonical * Implement account for columnation MergerChunk * Update colunmar example * Correct greivous bug in merging * Update columnar exchange function * Update src/trace/implementations/merge_batcher.rs Co-authored-by: Petros Angelatos <[email protected]> * Remove merge_batcher_col.rs --------- Co-authored-by: Petros Angelatos <[email protected]>
1 parent e54e715 commit 5976a2f

File tree

7 files changed

+925
-396
lines changed

7 files changed

+925
-396
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ byteorder="1"
3939
itertools="^0.13"
4040
serde_json = "1.0"
4141
graph_map = "0.1"
42+
bytemuck = "1.18.0"
4243

4344
[dependencies]
4445
serde = { version = "1.0", features = ["derive"] }
4546
fnv="1.0.2"
4647
timely = {workspace = true}
48+
columnar = "0.2"
4749

4850
[workspace.dependencies]
4951
timely = { version = "0.15", default-features = false }

0 commit comments

Comments
 (0)