Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

cuckoocache.h File Reference
#include <array>
#include <algorithm>
#include <atomic>
#include <cstring>
#include <cmath>
#include <memory>
#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
 namespace CuckooCache provides high performance cache primitives
 
Released under the MIT license