3 个稳定版本
2.1.0 | 2024年6月21日 |
---|---|
2.0.0 | 2024年6月16日 |
1.0.0 | 2024年6月8日 |
#680 in 内存管理
用于 feanor-math
19KB
371 行
feanor-mempool
以前,这是一个我为我的数学库 feanor-math 设计的简单内存管理器接口。然而,现在我决定改用Rust nightly中可用的分配器API。因此,这个库为 feanor-math 提供了 std::alloc::Allocator
。
依赖
~86KB