[feat] use mimalloc

This commit is contained in:
2025-07-11 13:13:14 +02:00
parent 24e6c8c0b5
commit b8329bd0b1
6 changed files with 34 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ gethostname = "1"
itertools = "0.14"
log = "0.4"
mdns-sd = "0.13"
mimalloc = { version = "0.1", features = ["secure"] }
s2n-quic = { version = "1", features = ["provider-event-tracing"] }
semver = "1"
serde = { version = "1", features = ["derive"] }