using mimalloc

This commit is contained in:
2026-08-09 14:09:06 +03:00
parent 230be64d04
commit e2133ce91a
3 changed files with 28 additions and 4 deletions
+4
View File
@@ -1,4 +1,8 @@
//#![windows_subsystem = "windows"]
use mimalloc::MiMalloc;
#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;
mod data_provider;
mod dictionary;
mod dictionary_test;