sstb 0.2.1-alpha

An experimental an educational attempt to write a Rust thread-safe sstables library. This was created as a learning excercise, to learn Rust, get some fair share of low-level programming, optimization, to learn how sstables work and how to make them faster. Inside are some working implementations that pass the tests, are thread-safe and concurrent, and even run smooth in benchmarks. For more information and usage examples, [read the docs](https://docs.rs/sstb).
Documentation