perf: switch to jemalloc allocator

This commit is contained in:
Greg Heartsfield
2023-05-07 19:32:50 -05:00
parent 2bcddf8bbf
commit 0582a891cc
3 changed files with 29 additions and 0 deletions
+2
View File
@@ -54,6 +54,8 @@ bech32 = "0.9.1"
url = "2.3.1"
qrcode = { version = "0.12.0", default-features = false, features = ["svg"] }
nostr = { version = "0.18.0", default-features = false, features = ["base", "nip04", "nip19"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5"
[dev-dependencies]
anyhow = "1"