feat: Introduce the "data-index" entry with merge compaction

This commit is contained in:
Clément Renault
2018-11-26 17:30:19 +01:00
parent 0e856db4e6
commit b636e5fe57
12 changed files with 251 additions and 231 deletions

View File

@ -8,10 +8,9 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
bincode = "1.0"
byteorder = "1.2"
fnv = "1.0"
fs2 = "0.4"
lazy_static = "1.1"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
sdset = "0.2"
sdset = "0.3"
serde = "1.0"
serde_derive = "1.0"
unidecode = "0.3"