@hackage haskey-btree0.3.0.1
B+-tree implementation in Haskell.
Categories
License
BSD-3-Clause
Maintainer
steven.keuchel@gmail.com
Links
Versions
Installation
Dependencies (10)
- base >=4.7 && <5
- binary >=0.6 && <0.9 || >0.9 && <1
- bytestring >=0.10 && <1
- containers >=0.5 && <1
- hashable >=1.2 && <2
- mtl >=2.1 && <3 Show all…
Dependents (2)
@hackage/haskey-mtl, @hackage/haskey
haskey-btree
B+-tree implementation in Haskell.
This package provides two B+-tree implementations. The first one is a pure B+-tree of a specific order, while the second one is an impure one backed by a page allocator.
This project is part of the haskey project. The haskey repository contains more information on how to use this library.