Crates.io | benemalloc |
lib.rs | benemalloc |
version | 0.1.1-BETA |
source | src |
created_at | 2024-05-27 16:31:49.258927 |
updated_at | 2024-05-27 16:35:57.938776 |
description | WIP: A fast, general-purpose memory allocator for Rust |
homepage | |
repository | https://github.com/Nereuxofficial/benemalloc |
max_upload_size | |
id | 1253549 |
size | 8,432 |
A fast memory allocator for Rust.
[!Caution] This is currently a research project and is not useable in production. Use it at your own risk!
cargo add benemalloc
use benemalloc::BeneAlloc;
#[global_allocator]
static ALLOCATOR: BeneAlloc = BeneAlloc::new();
GPL-3.0