Skip to content
/ rc_bump Public

An arena for heterogeneous types and no lifetimes

Notifications You must be signed in to change notification settings

krtab/rc_bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An arena for heterogeneous types and no lifetimes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages