block-db 0.2.0

Local, multi-threaded, durable byte DB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod benchmark_writes;
pub mod delete_data_files;
pub mod free_compact;
pub mod horizontal_stress;
pub mod re_open_smoke;
pub mod read_many_smoke;
pub mod read_write_smoke;
pub mod smoke;
pub mod test_db;
pub mod uncorrupt_smoke;
pub mod util;