appendix icon indicating copy to clipboard operation
appendix copied to clipboard

Append-only, on-disk key-value index

Results 4 appendix issues
Sort by recently updated
recently updated
newest added

i really don't know what i'm doing here with criterion... here's a couple of benchmarks. they might be improved if i knew more about how to use criterion properly.

As part of investigating #6 we noticed that inserting any reference into an `Index` will actually segfault the program: ```rust #![forbid(unsafe_code)] use appendix::Index; use std::env; use std::fs; fn main() {...