haskey-btree: B+-tree implementation in Haskell.

[ bsd3, database, library ] [ Propose Tags ]

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.

For more information on how to use this package, visit https://github.com/haskell-haskey/haskey-btree


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1 (info)
Dependencies 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), semigroups (>=0.12 && <1), text (>=1.2.1 && <2.2), transformers (>=0.3 && <1), vector (>=0.10 && <1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2017, Henri Verroken, Steven Keuchel
Author Henri Verroken, Steven Keuchel
Maintainer steven.keuchel@gmail.com
Revised Revision 1 made by Bodigrim at 2024-03-27T19:31:06Z
Category Database
Home page https://github.com/haskell-haskey/haskey-btree
Source repo head: git clone https://github.com/haskell-haskey/haskey-btree
Uploaded by hverr at 2019-05-12T11:43:48Z
Distributions Stackage:0.3.0.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3281 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-12 [all 1 reports]

Readme for haskey-btree-0.3.0.1

[back to package description]

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.