alamb commented on code in PR #8745:
URL: https://github.com/apache/arrow-rs/pull/8745#discussion_r2481490167
##########
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:
Let's get some benchmark results with the different allocator
However, I still don't think it is a good idea to use a non-system allocator
for dev/benchmarks as it will make the benchmarks potentially farther from what
the (average) user actually experiences
--
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]