translatable-intset: Integer sets with a constant time translate operation.
This package implements integer sets with a
constant time translate operation, defined as
translate x s = map (+x) s
. It is based on
Finger-Trees storing differences of consecutive
entries of the ordered sequence of set elements.
Downloads
- translatable-intset-0.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 |
---|---|
Dependencies | base (>=4 && <5), fingertree (<0.1) [details] |
License | MIT |
Copyright | (c) 2011 Jannis Harder |
Author | Jannis Harder <jannis@harderweb.de> |
Maintainer | Jannis Harder <jannis@harderweb.de> |
Category | Data Structures |
Uploaded | by JannisHarder at 2011-02-04T01:37:19Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | test |
Downloads | 1226 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |