Introduce the enable-chunk-fusing flag

This commit is contained in:
Clément Renault
2020-10-14 18:39:43 +02:00
parent f980422c57
commit 9021b2dba6
3 changed files with 37 additions and 18 deletions

View File

@ -13,7 +13,7 @@ csv = "1.1.3"
flate2 = "1.0.17"
fst = "0.4.4"
fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "dee0815" }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "1094409" }
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }
human_format = "1.0.3"
jemallocator = "0.3.2"
@ -52,7 +52,6 @@ fst = "0.4.4"
[features]
default = []
file-fuse = ["grenad/file-fuse"]
[[bench]]
name = "search"