Sort entries using rayon in the transform sorters

This commit is contained in:
Clément Renault
2023-11-01 10:39:16 +01:00
parent 0fc446c62f
commit c71b1d33ae
3 changed files with 40 additions and 19 deletions

View File

@ -26,7 +26,8 @@ flatten-serde-json = { path = "../flatten-serde-json" }
fst = "0.4.7"
fxhash = "0.2.1"
geoutils = "0.5.1"
grenad = { version = "0.4.4", default-features = false, features = [
grenad = { git = "https://github.com/meilisearch/grenad", branch = "parallel-sorter", default-features = false, features = [
"rayon",
"tempfile",
] }
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.7", default-features = false, features = [