Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces
cuckoocache.h File Reference
#include <util/fastrange.h>
#include <algorithm>
#include <array>
#include <atomic>
#include <cmath>
#include <cstring>
#include <limits>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
Include dependency graph for cuckoocache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CuckooCache::bit_packed_atomic_flags
 bit_packed_atomic_flags implements a container for garbage collection flags that is only thread unsafe on calls to setup. More...
 
class  CuckooCache::cache< Element, Hash >
 cache implements a cache with properties similar to a cuckoo-set. More...
 

Namespaces

 CuckooCache
 High-performance cache primitives.