diff options
| author | Micha White <botahamec@outlook.com> | 2023-10-10 16:33:53 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-10-10 16:33:53 -0400 |
| commit | 63f5fafd7cbbf0e0386ef419b126f4de5b238f4d (patch) | |
| tree | 253ea719dc15f76c75bfede5c7af173e79e2676d /engine/Cargo.toml | |
| parent | bd35448ca3fdd51f63b4a23abda8ccd427745968 (diff) | |
Use mimalloc
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 051797f..b33994d 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -10,6 +10,7 @@ publish = false [dependencies] model = {path = "../model"} parking_lot = "0.12" +mimalloc = "0.1.39" [dev-dependencies] criterion = "0.5"
\ No newline at end of file |
