#slab #storage #allocator

ochenslab

Trivial and fast fixed-size allocator/container

2 releases

0.0.2 Mar 15, 2020
0.0.1 Mar 6, 2020

#700 in Memory management

21 downloads per month

WTFPL OR MIT

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.

No runtime deps