lru_cache.hpp file
Namespaces
- namespace liarsdice
- Main namespace for the Liar's Dice game.
- namespace liarsdice::data_structures
- High-performance data structures.
Classes
-
template<typename Key, typename Value, typename Hash = std::hash<Key>, typename KeyEqual = std::equal_to<Key>>class liarsdice::data_structures::LRUCache
- High-performance LRU cache using boost::multi_index.