8000 Enable mimalloc local_dynamic_tls feature (#540) · psvri/arrow-datafusion-python@0b2962a · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 0b2962a

Browse files
authored
Enable mimalloc local_dynamic_tls feature (apache#540)
1 parent 85366d6 commit 0b2962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ datafusion-substrait = { version = "33.0.0", optional = true }
4646
prost = "0.12"
4747
prost-types = "0.12"
4848
uuid = { version = "1.3", features = ["v4"] }
49-
mimalloc = { version = "0.1", optional = true, default-features = false }
49+
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
5050
async-trait = "0.1"
5151
futures = "0.3"
5252
object_store = { version = "0.7.0", features = ["aws", "gcp", "azure"] }

0 commit comments

Comments
 (0)
0