switch mimalloc to jemalloc

This commit is contained in:
Caelan Sayler
2024-12-19 14:34:45 +00:00
committed by Caelan
parent 922704817c
commit ddaae19a16
5 changed files with 27 additions and 29 deletions

View File

@@ -79,7 +79,7 @@ webview2-com = "0.33"
windows = "0.58"
cbindgen = "0.27"
log-panics = "2.1.0"
mimalloc = { version = "0.1", features = ["secure"] }
tikv-jemallocator = "0.6"
# default to small, optimized workspace release binaries
[profile.release]