Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 412 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 412 Bytes

Hitchhiker

Hitchiker is a data structure layer to turn unordered stores (file system pages, DynamoDB) and present an ordered, copy-on-write key/value store abstraction based on the hitchiker tree. A hitchiker tree is write-optimized B+ tree that helps batch writes using a side-store in each node.

More information on hitchiker trees can be found here.