b-tree

Haskell on-disk B* tree implementation


Keywords
data, library, Propose Tags, , Index, Quick Jump, BTree, BTree.BinaryList, b-tree-0.1.4.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, BenGamari, edit package information , 0.1.3, 0.1.4
License
BSD-3-Clause
Install
cabal install b-tree-0.1.2

Documentation

b-tree - Disk-backed B* trees

b-tree is a Haskell implementation of a disk-backed B* tree. The library uses streaming IO to write an immutable B-tree to disk from ordered keys. This tree can then be opened via mmap for lookups. The tree can also be iterated over as well as merged with other trees and leaf sources.