XiangpengHao commented on code in PR #8745:
URL: https://github.com/apache/arrow-rs/pull/8745#discussion_r2481451315
##########
parquet/Cargo.toml:
##########
@@ -95,6 +95,7 @@ tokio = { version = "1.0", default-features = false, features
= ["macros", "rt-m
rand = { version = "0.9", default-features = false, features = ["std",
"std_rng", "thread_rng"] }
object_store = { version = "0.12.0", default-features = false, features =
["azure", "fs"] }
sysinfo = { version = "0.37.1", default-features = false, features =
["system"] }
+mimalloc = { version = "*" }
Review Comment:
This is only dev dependency, used to make benchmark more accurate
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]