INDEX_HASH64 constant
int
const INDEX_HASH64
/// Index uses a 64 bit hash instead of the value /// recommended mostly for 64 bit machines with values longer >200 bytes; small values are faster with a 32 bit hash
Implementation
static const int INDEX_HASH64 = 4096;