Class List¶
Here are the classes, structs, unions and interfaces with brief descriptions:
- namespace loon
- class LRU A Least Recently Used ( LRU ) cache with O(1) access and eviction.
- class RedisList A Redis-compatible list supporting operations from both ends.
- class RingBuffer A fixed-size circular buffer (ring buffer) with FIFO semantics.
- class SpscQueue A lock-free single-producer single-consumer (SPSC) queue with fixed capacity.
- struct Node