mimalloc3-rs 0.0.1

mimalloc is a compact general purpose allocator with excellent performance.
Documentation
mimalloc3-rs-0.0.1 has been yanked.

Usage

use mimalloc3_rs::MiMalloc;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;

Requirements

C/C++ compiler and CMake is required for building mimalloc with cargo.