mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
turn of mimalloc security features, seemingly improving performance
This commit is contained in:
parent
c3c634189d
commit
51f2fcea45
3 changed files with 5 additions and 5 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue