mimalloc3-rs

Crates.iomimalloc3-rs
lib.rsmimalloc3-rs
version0.0.5
created_at2025-07-31 10:51:25.304393+00
updated_at2025-07-31 13:15:13.064372+00
descriptionmimalloc is a compact general purpose allocator with excellent performance.
homepage
repositoryhttps://github.com/TENX-S/mimalloc3-rs
max_upload_size
id1774901
size7,582
Andrew Ares (TENX-S)

documentation

README

Usage

use mimalloc3_rs::MiMalloc;

#[global_allocator]
static GLOBAL: MiMalloc = MiMalloc;

Requirements

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

Commit count: 0

cargo fmt