jdb_pgm 0.3.5

Ultra-fast single-threaded Pgm-Index optimized for thread-per-core architecture / 专为单线程一核架构优化的超快 Pgm 索引
Documentation
1
2
3
4
5
6
7
//! Constants for Pgm-Index
//! Pgm 索引常量

pub const MIN_EPSILON: usize = 1;
pub const MIN_LUT_BINS: usize = 1024;
pub const MAX_LUT_BINS: usize = 1 << 20;
pub const LUT_BINS_MULTIPLIER: usize = 4;