pingora_lru

Module 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ยง