-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
benchmark: use a rocksdb version of the dataset (#23)
Use a rocksdb version of the dataset created from the preprocessed HashMap. This loads almost instantly, has peak memory usage starting around 75 MB, and takes about 220 MB on disk.
- Loading branch information
Showing
3 changed files
with
203 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ rayon = "1.10.0" | |
serde_json = "1.0.133" | ||
sled = "0.34.7" | ||
bincode = "1.3.3" | ||
rocksdb = "0.22.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters