Use the grenad rayon feature

This commit is contained in:
Clément Renault 2024-11-25 16:31:21 +01:00
parent 5606679c53
commit b4fb2dabd4
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -2270,6 +2270,7 @@ dependencies = [
"bytemuck",
"byteorder",
"either",
"rayon",
"tempfile",
]

View File

@ -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",