Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
remove mimalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumi143 committed Jun 18, 2024
1 parent b983a64 commit 025d76c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
20 changes: 0 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/mellow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ tracing = "0.1.40"
futures = "0.3.30"
dashmap = { version = "5.5.3", features = ["inline"] }
reqwest = { version = "0.12.5", features = ["json"] }
mimalloc = "0.1.42"
actix-web = "4.7.0"
once_cell = "1.19.0"
thiserror = "1.0.61"
Expand Down
4 changes: 0 additions & 4 deletions crates/mellow/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::{
};
use tokio::sync::RwLock;
use tracing::{ Level, info };
use mimalloc::MiMalloc;
use tokio_util::sync::CancellationToken;
use tracing_log::LogTracer;
use twilight_model::{
Expand Down Expand Up @@ -44,9 +43,6 @@ mod database;
mod interaction;
mod visual_scripting;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;

pub type Context = Arc<discord::gateway::Context>;

pub struct Command {
Expand Down

0 comments on commit 025d76c

Please sign in to comment.