Crates.io | feanor-mempool |
lib.rs | feanor-mempool |
version | 2.1.0 |
source | src |
created_at | 2024-06-08 21:01:41.791669 |
updated_at | 2024-06-21 21:25:06.047466 |
description | A simple interface to memory allocation and pooling, designed for use by feanor-math. |
homepage | https://github.com/FeanorTheElf/feanor-mempool |
repository | https://github.com/FeanorTheElf/feanor-mempool |
max_upload_size | |
id | 1265961 |
size | 18,351 |
Previously, this was a simple memory manger interface that I designed for use in my math library feanor-math.
However, now I decided to instead use the allocator API that is available in Rust nightly.
Hence, this library offers std::alloc::Allocator
s designed for use with feanor-math.