3 releases (breaking)
0.3.0 | Sep 10, 2023 |
---|---|
0.2.0 | Sep 1, 2023 |
0.1.0 | Aug 26, 2023 |
#5 in #smallest
24KB
531 lines
packinglist
A freelist that always places new data at the smallest available index.
lib.rs
:
packinglist
This is a kind of free list implementation where new elements are guaranteed to be placed in the smallest available index of the list.
Dependencies
~160KB