2 releases
0.0.2 | Mar 15, 2020 |
---|---|
0.0.1 | Mar 6, 2020 |
#737 in Memory management
7KB
105 lines
About
A trivial and fast[^1] slab container that doesn't grow and provides additional guarantees[^2].
[^1]: Hasn't been profiled really.
[^2]: I haven't figured out how to tell that to Rust, so unsafe is necessary.