Skip to content

Commit

Permalink
Enable mimalloc local_dynamic_tls feature (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 authored Dec 3, 2023
1 parent 85366d6 commit 0b2962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ datafusion-substrait = { version = "33.0.0", optional = true }
prost = "0.12"
prost-types = "0.12"
uuid = { version = "1.3", features = ["v4"] }
mimalloc = { version = "0.1", optional = true, default-features = false }
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
async-trait = "0.1"
futures = "0.3"
object_store = { version = "0.7.0", features = ["aws", "gcp", "azure"] }
Expand Down

0 comments on commit 0b2962a

Please sign in to comment.