Skip to content

Commit

Permalink
feat: Implement KeyDictBuilder for the merge tree memtable (#3334)
Browse files Browse the repository at this point in the history
* feat: dict builder

* feat: write and scan dict builder

* chore: address CR comments
  • Loading branch information
evenyag authored Feb 20, 2024
1 parent 450dfe3 commit f087a84
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/mito2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ uuid.workspace = true
common-procedure-test.workspace = true
common-test-util.workspace = true
log-store.workspace = true
rand.workspace = true
Loading

0 comments on commit f087a84

Please sign in to comment.