Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
cuckoocache.h File Reference
#include <array>
#include <algorithm>
#include <atomic>
#include <cstring>
#include <cmath>
#include <memory>
#include <vector>


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 | |