Skip to content

Commit 8a69d10

Browse files
committed
Removed mimalloc.
1 parent 6545f18 commit 8a69d10

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

Cargo.lock

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ async-nats = "0.46"
1818
bytes = "1.11.1"
1919
futures-util = "0.3.32"
2020
log = "0.4.29"
21-
mimalloc = "0.1.48"
2221
pyo3 = { version = "0.28", features = ["experimental-inspect"] }
2322
pyo3-async-runtimes = { version = "0.28", features = ["tokio-runtime"] }
2423
pyo3-log = "0.13.3"

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
clippy::too_many_arguments
2222
)]
2323

24-
#[global_allocator]
25-
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
26-
2724
pub mod exceptions;
2825
pub mod js;
2926
pub mod message;

0 commit comments

Comments
 (0)