INDEX_HASH constant
int
const INDEX_HASH
/// Index uses a 32 bit hash instead of the value /// 32 bits is shorter on disk, runs well on 32 bit systems, and should be OK even with a few collisions
Implementation
static const int INDEX_HASH = 2048;