Implement a memory dumper

It moves the in memory HashMaps used when indexing to a disk based MTBL file
This commit is contained in:
Kerollmops
2020-07-07 16:48:49 +02:00
parent b12bfcb03b
commit 11c7fef80a
3 changed files with 81 additions and 12 deletions

View File

@ -20,7 +20,7 @@ memmap = "0.7.0"
once_cell = "1.4.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "9451be8" }
rayon = "1.3.1"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "deserialize-from-slice" }
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "mem-usage" }
slice-group-by = "0.2.6"
smallstr = "0.2.0"
smallvec = "1.4.0"