hitchhiker
v0.0.6
Published
An implementation of the hitchhiker tree in Typescript
Downloads
3
Readme
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.