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
- Host: GitHub
- URL: https://github.com/krtab/rc_bump
- Owner: krtab
- Created: 2023-11-06T17:12:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T08:08:07.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T10:39:58.747Z (11 months ago)
- Language: Rust
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
