Crates.io | mimalloc2-rust |
lib.rs | mimalloc2-rust |
version | 0.3.2 |
source | src |
created_at | 2024-02-26 10:32:40.414513 |
updated_at | 2024-06-04 21:59:04.244773 |
description | the fork of the best binding for mimalloc in rust |
homepage | |
repository | https://git.sr.ht/~alip/mimalloc2-rust |
max_upload_size | |
id | 1153323 |
size | 18,142 |
mimalloc 2.1.7 stable
https://github.com/LemonHX/mimalloc-rust/pulls
there're many pull
requests open for a long time, in other words it's garbage. Once these pull
requests are merged, I am going to yank this crate.https://github.com/purpleprotocol/mimalloc_rust
i didn't see any data
types and it neither has all the functionalities which mimalloc has provided, in
other words it's garbage.first add to dependencies
[dependencies]
mimalloc2-rust = "0.3"
then set the global allocator
use mimalloc2_rust::*;
#[global_allocator]
static GLOBAL_MIMALLOC: GlobalMiMalloc = GlobalMiMalloc;