Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 355 Bytes

Readme.md

File metadata and controls

5 lines (3 loc) · 355 Bytes

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.