structures: "Advanced" Data Structures

[ bsd3, data, library, structures ] [ Propose Tags ]

This package is a playground for working with several types of advanced data structures including wavelet trees and cache oblivious lookahead arrays.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-propertiesEnabled
test-hunitDisabled
test-doctestsEnabled
test-hlintEnabled
threadedEnabled
llvmDisabled
optimizedEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), containers (>=0.5 && <0.6), contravariant (>=0.4.2 && <2), deepseq (>=1.1 && <1.4), free (>=4.6.1 && <5), ghc, ghc-prim, hashable (>=1.2.1 && <1.3), hybrid-vectors (>=0.1 && <1), lens (>=4 && <5), monad-st (>=0.2.2 && <1), parallel (>=3.2 && <3.3), primitive (>=0.5 && <0.6), semigroups (>=0.9 && <1), transformers (>=0.3 && <0.5), vector (>=0.10 && <0.11), vector-algorithms (>=0.5 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Data, Structures
Home page http://github.com/ekmett/structures
Bug tracker http://github.com/ekmett/structures/issues
Source repo head: git clone git://github.com/ekmett/structures.git
Uploaded by EdwardKmett at 2014-07-28T08:20:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1916 total (7 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for structures-0.2

[back to package description]

structures

Build Status

A playground for working with cache oblivious, succinct and compact data structures

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett