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

5
Cargo.lock generated
View File

@ -1664,11 +1664,12 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "grenad"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5232b2d157b7bf63d7abe1b12177039e58db2f29e377517c0cdee1578cca4c93"
source = "git+https://github.com/meilisearch/grenad?branch=parallel-sorter#eafb6ae795af6078e087edf77e7cd31a26238707"
dependencies = [
"bytemuck",
"byteorder",
"crossbeam-channel",
"rayon",
"tempfile",
]