Module pingora_lru::linked_list

source ·
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§