using mimalloc
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
//#![windows_subsystem = "windows"]
|
||||
use mimalloc::MiMalloc;
|
||||
|
||||
#[global_allocator]
|
||||
static GLOBAL: MiMalloc = MiMalloc;
|
||||
mod data_provider;
|
||||
mod dictionary;
|
||||
mod dictionary_test;
|
||||
|
||||
Reference in New Issue
Block a user