Skip to content

Commit 43f5d64

Browse files
committed
Parallelize gz decoding and breakpad index creation + file writing
1 parent c34a921 commit 43f5d64

File tree

4 files changed

+501
-25
lines changed

4 files changed

+501
-25
lines changed

wholesym/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ reqwest = { version = "0.12", default-features = false, features = [
3535
] }
3636
bytes = "1.10"
3737
memmap2 = "0.9.4"
38-
tokio = { version = "1.38", features = ["fs"] }
38+
tokio = { version = "1.38", features = ["fs", "macros"] }
3939
futures-util = "0.3.30"
4040
fs4 = "0.13"
4141
thiserror = "2"
@@ -62,4 +62,4 @@ features = ["zlib-rs"]
6262

6363
[dev-dependencies]
6464
futures = "0.3.5"
65-
tokio = { version = "1.38", features = ["macros"] } # Feature "macros" for #[tokio::test]
65+
tokio = { version = "1.38", features = ["macros", "rt", "rt-multi-thread"] } # Features for #[tokio::test]

0 commit comments

Comments
 (0)