rc_bump 0.1.2

An arena for heterogeneous types and without lifetimes
Documentation
  • Coverage
  • 100%
    21 out of 21 items documented0 out of 16 items with examples
  • Size
  • Source code size: 1.61 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • krtab/rc_bump
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • krtab

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.