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

2
Cargo.lock generated
View File

@ -1483,7 +1483,7 @@ dependencies = [
[[package]]
name = "roaring"
version = "0.6.0"
source = "git+https://github.com/Kerollmops/roaring-rs.git?branch=deserialize-from-slice#24420bb9f980749476cec860ea8dd3c1683c0cd1"
source = "git+https://github.com/Kerollmops/roaring-rs.git?branch=mem-usage#a71692552902019751ef5b0e57336f030045a76a"
dependencies = [
"byteorder",
]