Combine rayon and a larger batch size for another modest gain.
This commit is contained in:
parent
75144e21ee
commit
46bee6ee60
3 changed files with 49 additions and 9 deletions
|
@ -10,6 +10,7 @@ futures = "0.3"
|
|||
mysql_async = { version = "0.36", features = ["chrono"] }
|
||||
mysql_common = "0.35"
|
||||
parquet = { version = "55", features = ["async"] }
|
||||
rayon = "1"
|
||||
testcontainers-modules = { version = "0.12", features = ["mysql"] }
|
||||
time-test = "0.3"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue