#memory #allocation #memory-pool #pool

nightly feanor-mempool

A simple interface to memory allocation and pooling, designed for use by feanor-math

3 stable releases

2.1.0 Jun 21, 2024
2.0.0 Jun 16, 2024
1.0.0 Jun 8, 2024

#33 in #memory-pool

Download history 375/week @ 2024-06-16 25/week @ 2024-06-23 4/week @ 2024-06-30 4/week @ 2024-07-07 8/week @ 2024-07-28 1/week @ 2024-08-04 8/week @ 2024-08-25 6/week @ 2024-09-01 17/week @ 2024-09-15 29/week @ 2024-09-22 24/week @ 2024-09-29

70 downloads per month
Used in feanor-math

MIT license

19KB
371 lines

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.

Dependencies

~86KB