|
Thrill
0.1
|
#include <cassert>#include <cstddef>#include <functional>#include <list>#include <memory>#include <stdexcept>#include <unordered_map>#include <utility>
Include dependency graph for lru_cache.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LruCacheMap< Key, Value, Alloc > |
| This is an expected O(1) LRU cache which contains a map of (key -> value) elements. More... | |
| class | LruCacheSet< Key, Alloc > |
| This is an expected O(1) LRU cache which contains a set of key-only elements. More... | |
Namespaces | |
| tlx | |