rc_bump

Crates.iorc_bump
lib.rsrc_bump
version0.1.2
sourcesrc
created_at2023-11-09 17:43:21.420969
updated_at2023-11-09 17:49:25.953982
descriptionAn arena for heterogeneous types and without lifetimes
homepage
repositoryhttps://github.com/krtab/rc_bump
max_upload_size
id1030320
size1,616,976
Arthur Carcano (krtab)

documentation

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.

Commit count: 11

cargo fmt