translatable-intset: Integer sets with a constant time translate operation.

[ data-structures, library, mit ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 1192 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]