indexset 0.16.0

A two-level BTree with fast iteration and indexing operations
Documentation
1
2
3
4
5
pub const DEFAULT_INNER_SIZE: usize = 1024;
#[allow(dead_code)]
const CUTOFF_RATIO: usize = 2;
#[allow(dead_code)]
pub const DEFAULT_CUTOFF: usize = DEFAULT_INNER_SIZE / CUTOFF_RATIO;