Far better usage of rayon to fold indexed data

This commit is contained in:
Kerollmops
2020-05-30 19:56:57 +02:00
parent 1237306ca8
commit 3a998cf39c
3 changed files with 107 additions and 113 deletions

11
Cargo.lock generated
View File

@ -84,16 +84,6 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
dependencies = [
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
@ -330,7 +320,6 @@ dependencies = [
"anyhow",
"bitpacking",
"byteorder 1.3.4",
"crossbeam-channel",
"csv",
"fst",
"fxhash",