An open API service indexing awesome lists of open source software.

https://github.com/krtab/rc_bump

An arena for heterogeneous types and no lifetimes
https://github.com/krtab/rc_bump

Last synced: 10 months ago
JSON representation

An arena for heterogeneous types and no lifetimes

Awesome Lists containing this project

README

          

An intermediate between Bumpalo and Rc, by sharing the reference counter for a whole chunk of memory, `rc_bump` allows you to have better performances than `Rc` without the hassle of `bumpalo`'s lifetimes.

## Benchmarks

![Benchmark line plot showing this crate performances to be better than a standard RC but worse than bumpalo's.](resources/bench.svg)