windex 0.1.2

Lock-free fixed-capacity hash index with overflow bucket pool
1
2
3
4
5
6
7
8
9
10
11
12
//! Tsavorite NativeHashIndex 对齐测试套件入口

#[ctor::ctor(unsafe)]
fn _log_init() {
  log_init::init();
}

mod bucket_and_entry;
mod latch_concurrency;
mod overflow_and_chain;
mod rcu_and_probe;
mod support;