con-art-rust 0.2.0

A Rust implementation of ART-OLC concurrent adaptive radix tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[basic]]
name = "basic"
threads = [1, 2, 4, 8]
time = 3
workload = ["ReadOnly"] 
index_type = ["Flurry", "ART"]

[[basic]]
name = "basic-32"
threads = [32]
time = 3
workload = ["ReadOnly", "InsertOnly"] 
index_type = ["Flurry", "ART"]

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