turn of mimalloc security features, seemingly improving performance

This commit is contained in:
Joakim Frostegård 2020-04-06 14:38:59 +02:00
parent c3c634189d
commit 51f2fcea45
3 changed files with 5 additions and 5 deletions

View file

@ -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"