Skip to content

Commit

Permalink
Work towards Batcher unification (#553)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
frankmcsherry and petrosagg authored Dec 20, 2024
1 parent e54e715 commit 5976a2f
Show file tree
Hide file tree
Showing 7 changed files with 925 additions and 396 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ byteorder="1"
itertools="^0.13"
serde_json = "1.0"
graph_map = "0.1"
bytemuck = "1.18.0"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
fnv="1.0.2"
timely = {workspace = true}
columnar = "0.2"

[workspace.dependencies]
timely = { version = "0.15", default-features = false }
Expand Down
Loading

0 comments on commit 5976a2f

Please sign in to comment.