Atlas Runtime
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
Atlas | |
Variables | |
const uint64_t | Atlas::kHashTableSize = 1 << 10 |
const uint64_t | Atlas::kHashTableMask = kHashTableSize - 1 |
const uint32_t | Atlas::kShift = 3 |
const uint32_t | Atlas::kWorkThreshold = 100 |
const uint32_t | Atlas::kCircularBufferSize = 1024 * 16 - 1 |