Crates.io | rc_bump |
lib.rs | rc_bump |
version | 0.1.2 |
source | src |
created_at | 2023-11-09 17:43:21.420969 |
updated_at | 2023-11-09 17:49:25.953982 |
description | An arena for heterogeneous types and without lifetimes |
homepage | |
repository | https://github.com/krtab/rc_bump |
max_upload_size | |
id | 1030320 |
size | 1,616,976 |
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.