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
|
|
@ -17,7 +17,7 @@ name = "plot_pareto"
|
|||
[dependencies]
|
||||
aquatic = { path = "../aquatic" }
|
||||
indicatif = "0.14"
|
||||
mimalloc = "0.1"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
num-format = "0.4"
|
||||
plotly = "0.4"
|
||||
rand_distr = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue