rsdb 0.12.1

a flash-sympathetic persistent lock-free B+ tree, pagecache, and log
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e 

export RUSTFLAGS="-Z sanitizer=leak"

cargo build \
  --bin=stress \
  --features="stress" \
  --target x86_64-unknown-linux-gnu \
  --verbose

sudo ./target/x86_64-unknown-linux-gnu/debug/stress