Skip to content

Conversation

@Dandandan
Copy link
Contributor

Which issue does this PR close?

Closes #3851

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

rust-version = "1.62"

[features]
default = ["mimalloc"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alamb@MacBook-Pro-8 arrow-datafusion2 % find . -name '*.toml' | xargs grep -r mimalloc
find . -name '*.toml' | xargs grep -r mimalloc
./datafusion-cli/Cargo.toml:mimalloc = { version = "0.1", default-features = false }
./benchmarks/Cargo.toml:mimalloc = { version = "0.1", optional = true, default-features = false }

👍

@alamb alamb merged commit a881478 into apache:master Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable mimalloc by default in benchmarks

2 participants