a Rust implementation of a hollow heap
Note: this is pre-alpha software definitely not fit for production use.
- support min heap/generic heap
- remove unsafe
- support references
- use crate for Pool/slab/Arena
a Rust implementation of a hollow heap
Note: this is pre-alpha software definitely not fit for production use.