datasketches-cpp
|
Theta constants. More...
Typedefs | |
using | resize_factor = datasketches::resize_factor |
hash table resize factor | |
Variables | |
const resize_factor | DEFAULT_RESIZE_FACTOR = resize_factor::X8 |
default resize factor | |
const uint64_t | MAX_THETA = LLONG_MAX |
max theta - signed max for compatibility with Java | |
const uint8_t | MIN_LG_K = 5 |
min log2 of K | |
const uint8_t | MAX_LG_K = 26 |
max log2 of K | |
const uint8_t | DEFAULT_LG_K = 12 |
default log2 of K | |
Theta constants.