bf-tree 0.5.1

Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from Microsoft Research.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
snapshot_version = 0
use_snapshot = true
cb_size_byte = 8192
cb_min_record_size = 64
cb_max_record_size = 2048
cb_max_key_len = 8
leaf_page_size = 4096
index_file_path = "c/d/E"
snapshot_file_path = "c/d/F"
backend_storage = "disk"
read_promotion_rate = 100
write_load_full_page = true
cache_only = false