rustfs-mimalloc 0.1.0

High-performance mimalloc V3 global allocator for Rust
Documentation

High-performance mimalloc V3 global allocator.

use rustfs_mimalloc::MiMalloc;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;