Bitables

A simple immutable ordered key/value storage system, for indexing a large amount of data for sorted order queries. https://github.com/ConorStokes/bitable Bitables Bitables are a data structure that is a hybrid of an SSTable and a b+ tree. They are an immutable and...