Module hypercore::tree_index [] [src]

Stateful tree index. Or well, stateful flat-tree. It's what happens when you combine a flat-tree with a sparse-bitfield - which ends up being pretty cool!

Adapted from https://github.com/mafintosh/hypercore/blob/master/lib/tree-index.js.

Structs

Bitfield

Bitfield instance.

Proof

A link to which node checks another node.

TreeIndex

Index a tree structure or something.

Enums

Change

Determine wether the bitfield.set() method changed the underlying value.