The HiggsSet package
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.
Properties
| Versions | 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 |
| License | BSD3 |
| Author | Lars Petersen |
| Maintainer | info@lars-petersen.net |
| Category | Data |
| Home page | http://github.com/lpeterse/HiggsSet |
| Source repository | git clone git://github.com/lpeterse/HiggsSet.git |
| Upload date | Sat Feb 4 15:22:07 UTC 2012 |
| Uploaded by | LarsPetersen |
| Build failure | ghc-7.4 (log) |
Modules
- Data
- Data.HiggsSet
Downloads
- HiggsSet-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)