#arena-allocator #memory #arena #bump #allocator

no-std rc_bump

异构类型和无生命周期内存区域

3个版本

0.1.2 2023年11月9日
0.1.1 2023年11月9日
0.1.0 2023年11月9日

#486内存管理

MIT/Apache

170KB
348

在Bumpalo和Rc之间,通过共享整个内存块中的引用计数,rc_bump允许您在不使用Bumpalo的生命周期的麻烦的情况下,获得比Rc更好的性能。

基准测试

Benchmark line plot showing this crate performances to be better than a standard RC but worse than bumpalo's.


lib.rs:

这个crate提供了类似bumpalo的快速和局部性感知的分配,但不使用生命周期,而是依赖于引用计数。

无运行时依赖