ForestStructures: Tree- and forest structures

[ bioinformatics, bsd3, formal-languages, library ] [ Propose Tags ]

This library provides both static and dynamic tree and forest structures. Once a tree structure is static, it can be mappend onto a linearized representation, which is beneficial for algorithms that do not modify the internal tree structure, but need fast O(1) access to individual nodes, children, and siblings.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Forest
      • Data.Forest.Static

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0, 0.0.1.1
Change log changelog.md
Dependencies base (>=4.7 && <4.9), containers (>=0.5 && <0.6), fgl (>=5.5 && <5.6), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.12), vector-th-unbox (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2015-2016
Author Christian Hoener zu Siederdissen, Sarah Berkemer, 2015-2016
Maintainer choener@bioinf.uni-leipzig.de
Category Formal Languages, Bioinformatics
Home page https://github.com/choener/ForestStructures
Bug tracker https://github.com/choener/ForestStructures/issues
Source repo head: git clone git://github.com/choener/ForestStructures
Uploaded by ChristianHoener at 2016-03-13T20:59:37Z
Distributions LTSHaskell:0.0.1.1, NixOS:0.0.1.1, Stackage:0.0.1.1
Reverse Dependencies 5 direct, 23 indirect [details]
Downloads 3242 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-25 [all 10 reports]

Readme for ForestStructures-0.0.0.1

[back to package description]

Build Status

ForestStructures: Dynamic and static tree and forest structures

The static tree structure(s) shall be designed with an emphasis on performance.

Contact

Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/