turn of mimalloc security features, seemingly improving performance

This commit is contained in:
Joakim Frostegård 2020-04-06 14:38:59 +02:00
parent c3c634189d
commit 51f2fcea45
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ name = "aquatic"
bittorrent_udp = { path = "../bittorrent_udp" }
dashmap = "3"
indexmap = "1"
mimalloc = "0.1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
net2 = "0.2"
rand = { version = "0.7", features = ["small_rng"] }