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
13
14
15
#!/bin/sh
set -e

export RUSTFLAGS="-Z sanitizer=$1"
export TSAN_OPTIONS="suppressions=hack/suppressions.cfg"

rm target/x86_64-unknown-linux-gnu/debug/stress2

rustup run nightly-2017-07-06-x86_64-unknown-linux-gnu cargo build \
  --bin=stress2 \
  --features="stress" \
  --target x86_64-unknown-linux-gnu \
  --verbose

target/x86_64-unknown-linux-gnu/debug/stress2 --duration=5