HiggsSet: A multi-index set with advanced query capabilites
This package allows you to define several typesafe
indizes on a set. You can query the set with an SQL-like
set of query operations.
This package was developed as a successor of Data.IxSet
.
It is meant to be more space efficient, since it uses
Data.IntSet
and Data.TrieMap
as an underlying represenation.
It also has the potential to be fast, since indizes don't
need to be recalculated after each query and since
Patricia trees perform quite well for intersection and union.
This package comes without warranties. Although I use it
without problems in a large web project it is neither properly
tested nor benchmarked.
Patches or suggestions for improvement are welcome. If you like,
start an issue on github.
Modules
- Data
- Data.HiggsSet
Downloads
- HiggsSet-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1 |
---|---|
Dependencies | base (>=4.2 && <6), bytestring, containers (>=0.4.2.0), deepseq, mtl, text, th-expand-syns (>=0.3.0.2), TrieMap (>=4.0.1), vector [details] |
License | BSD-3-Clause |
Author | Lars Petersen |
Maintainer | info@lars-petersen.net |
Category | Data |
Home page | http://github.com/lpeterse/HiggsSet |
Source repo | head: git clone git://github.com/lpeterse/HiggsSet.git |
Uploaded | by LarsPetersen at 2012-02-04T15:22:07Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2162 total (11 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 9 reports] |