Skip to content

Commit

Permalink
storage: add in-memory B+tree key-value store (fixes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed May 22, 2020
1 parent f6913b9 commit 7f17d53
Show file tree
Hide file tree
Showing 5 changed files with 1,407 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/clusters/*/toydb-?/data
/target
.vscode/
**/*.rs.bk
Loading

0 comments on commit 7f17d53

Please sign in to comment.