#index #smallest #place #data #element #free-list

no-std packinglist

A freelist implementation that always places data at the smallest index

3 releases (breaking)

0.3.0 Sep 10, 2023
0.2.0 Sep 1, 2023
0.1.0 Aug 26, 2023

#8 in #smallest

33 downloads per month

MIT/Apache

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

~175KB