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

no-std packinglist

总是将数据放置在最小索引处的freelist实现

3 个版本 (破坏性更新)

0.3.0 2023 年 9 月 10 日
0.2.0 2023 年 9 月 1 日
0.1.0 2023 年 8 月 26 日

#7 in #smallest

MIT/Apache

24KB
531 代码行,不包括注释

packinglist

一种将新数据始终放置在最小可用索引处的freelist。


lib.rs:

packinglist

这是一种free list实现,其中新元素保证被放置在列表中最小的可用索引处。

依赖项

~175KB