Skip to content

Class Hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:

  • class loon::LRU A Least Recently Used ( LRU ) cache with O(1) access and eviction.
  • class loon::RedisList A Redis-compatible list supporting operations from both ends.
  • class loon::RingBuffer A fixed-size circular buffer (ring buffer) with FIFO semantics.
  • class loon::SpscQueue A lock-free single-producer single-consumer (SPSC) queue with fixed capacity.
  • struct loon::LRU::Node