API Reference¶
Full API documentation generated from Doxygen comments in the source code.
Classes¶
| Class | Description |
|---|---|
| RingBuffer | Fixed-size circular buffer with O(1) operations |
| LRU | Least Recently Used cache with O(1) get/put |
| RedisList | Redis-style doubly-linked list |
| SpscQueue | Lock-free single-producer single-consumer queue |