rangeset: Efficient sets for semi-contiguous data

[ bsd3, data, library ] [ Propose Tags ]

Exposes the range-set datastructure, which can encode enumerable data efficiently by compressing contiguous ranges of members within the set.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
safe-haskell-rangeset

Make the RangeSet implementation use only safe-haskell things

Disabled

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.0.1.0, 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <5) [details]
License BSD-3-Clause
Author Jamie Willis, range-set Contributors
Maintainer Jamie Willis <j.willis19@imperial.ac.uk>
Category Data
Home page https://github.com/j-mie6/rangeset/tree/master
Bug tracker https://github.com/j-mie6/rangeset/issues
Source repo head: git clone https://github.com/j-mie6/rangeset
Uploaded by j_mie6 at 2022-08-03T09:59:23Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 183 total (5 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-08-03 [all 1 reports]

Readme for rangeset-0.0.1.0

[back to package description]

range-set

Efficient sets for semi-contiguous data