Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 293 Bytes

hollow_heap

a Rust implementation of a hollow heap

Note: this is pre-alpha software definitely not fit for production use.

Todos

  • support min heap/generic heap
  • remove unsafe
  • support references
  • use crate for Pool/slab/Arena