Namespace loon¶
Classes¶
| Type | Name |
|---|---|
| class | LRU <typename K, typename V> A Least Recently Used ( LRU ) cache with O(1) access and eviction. |
| class | RedisList <typename T> A Redis-compatible list supporting operations from both ends. |
| class | RingBuffer <typename T, N> A fixed-size circular buffer (ring buffer) with FIFO semantics. |
| class | SpscQueue <typename T, N> A lock-free single-producer single-consumer (SPSC) queue with fixed capacity. |
The documentation for this class was generated from the following file include/loon/lru.hpp