congee 0.2.18

A Rust implementation of ART-OLC concurrent adaptive radix tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[[Basic]]
name = "basic"
threads = [1, 2, 4, 8, 32]
time = 3
workload = ["ReadOnly", "InsertOnly", "UpdateOnly", "ScanOnly"] 
index_type = ["Flurry", "ART"]

[[Scan]]
name = "scan"
threads = [1, 2, 4, 8]
time = 3