A library for working with phylogenetic and population genetic data.
v0.27.0
mru_cache.hpp File Reference
#include <cassert>
#include <functional>
#include <list>
#include <mutex>
#include <stdexcept>
#include <unordered_map>
#include <utility>

Go to the source code of this file.

Classes

class  MruCache< Key, T >
 Most Recently Used Cache. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils