benemalloc 0.1.1-BETA

WIP: A fast, general-purpose memory allocator for Rust
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 12.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.47 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Nereuxofficial/benemalloc
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Nereuxofficial

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