mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Use the grenad rayon feature
This commit is contained in:
parent
5606679c53
commit
b4fb2dabd4
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ flatten-serde-json = { path = "../flatten-serde-json" }
|
|||
fst = "0.4.7"
|
||||
fxhash = "0.2.1"
|
||||
geoutils = "0.5.1"
|
||||
grenad = { version = "0.5.0", default-features = false, features = ["tempfile"] }
|
||||
grenad = { version = "0.5.0", default-features = false, features = ["rayon", "tempfile"] }
|
||||
heed = { version = "0.20.3", default-features = false, features = [
|
||||
"serde-json",
|
||||
"serde-bincode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue