benemalloc

Crates.iobenemalloc
lib.rsbenemalloc
version0.1.1-BETA
sourcesrc
created_at2024-05-27 16:31:49.258927
updated_at2024-05-27 16:35:57.938776
descriptionWIP: A fast, general-purpose memory allocator for Rust
homepage
repositoryhttps://github.com/Nereuxofficial/benemalloc
max_upload_size
id1253549
size8,432
(Nereuxofficial)

documentation

https://docs.rs/benemalloc

README

benemalloc

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!

Usage

cargo add benemalloc
use benemalloc::BeneAlloc;

#[global_allocator]
static ALLOCATOR: BeneAlloc = BeneAlloc::new();

License

GPL-3.0

Commit count: 48

cargo fmt