Popularity
7.7
Growing
Activity
0.0
Stable
27
7
5

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database    

haskey-btree alternatives and similar packages

Based on the "Database" category.
Alternatively, view haskey-btree alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskey-btree or a related project?

Add another 'Database' Package

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.