Use the new version of grenad with glidesort

This commit is contained in:
Kerollmops
2023-02-15 12:16:39 +01:00
parent 91ce8a5e67
commit ddf72299c3
2 changed files with 10 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ flatten-serde-json = { path = "../flatten-serde-json" }
fst = "0.4.7"
fxhash = "0.2.1"
geoutils = "0.5.1"
grenad = { version = "0.4.3", default-features = false, features = ["tempfile"] }
# grenad = { version = "0.4.3", default-features = false, features = ["tempfile"] }
grenad = { git = "https://github.com/meilisearch/grenad", branch = "glidesort-experiments", default-features = false, features = ["tempfile", "glidesort-stable"] }
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.5", default-features = false, features = ["lmdb", "sync-read-txn"] }
json-depth-checker = { path = "../json-depth-checker" }
levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }