About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: steven.keuchel@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

haskey-btree

Travis Hackage Stackage Nightly Stackage LTS

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.