Expand description
Doubly linked list
Features
- Preallocate consecutive memory, no memory fragmentation.
- No shrink function: for Lru cache that grows to a certain size but never shrinks.
- Relatively fast and efficient.
Structsยง
- Doubly linked list
- The iter over the list