rust-refpool 0.4.3 Efficient memory pool with reference counting
refpool
is a re-implementation of Rust's std::boxed::Box
and std::rc::Rc
which uses a pool of reusable memory to speed up reallocation.
- Website: https://github.com/bodil/refpool
- License: MPL 2.0
- Package source: crates-io.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux