jdb_pgm 0.3.12

Ultra-fast learned index for sorted keys / 面向排序键的超快学习型索引
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;