feanor-mempool

Crates.iofeanor-mempool
lib.rsfeanor-mempool
version2.1.0
sourcesrc
created_at2024-06-08 21:01:41.791669
updated_at2024-06-21 21:25:06.047466
descriptionA simple interface to memory allocation and pooling, designed for use by feanor-math.
homepagehttps://github.com/FeanorTheElf/feanor-mempool
repositoryhttps://github.com/FeanorTheElf/feanor-mempool
max_upload_size
id1265961
size18,351
Simon Pohmann (FeanorTheElf)

documentation

README

feanor-mempool

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::Allocators designed for use with feanor-math.

Commit count: 12

cargo fmt