Constant zerotrie::byte_phf::P_REAL_MAX
source ยท const P_REAL_MAX: u8 = P_FAST_MAX; // 95u8
Expand description
The maximum allowable value of p
. This could be raised if found to be necessary.
Values exceeding P_FAST_MAX could use a different p
algorithm by modifying f1
.