pomaps: Maps and sets of partial orders
Maps (and sets) indexed by keys satisfying PartialOrd.
The goal is to provide asymptotically better data structures than simple association lists or lookup tables. Asymptotics depend on the partial order used as keys, its width w specifically (the size of the biggest anti-chain).
For partial orders of great width, this package won't provide any benefit over using association lists, so benchmark for your use-case!
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
no-lattices | Don't depend on the lattices package and extract the PartialOrd class. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pomaps-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.1.0, 0.0.2.0, 0.0.2.1, 0.1.0.0, 0.2.0.0, 0.2.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.6.0.0 && <4.14), containers (>=0.5.9.2 && <=0.6.2.1), deepseq (>=1.1 && <1.5), ghc-prim (>=0.4 && <0.6), lattices (>=1.7) [details] |
Tested with | ghc ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 |
License | MIT |
Author | Sebastian Graf <sgraf1337@gmail.com> |
Maintainer | Sebastian Graf <sgraf1337@gmail.com> |
Category | Data Structures |
Home page | https://github.com/sgraf812/pomaps#readme |
Bug tracker | https://github.com/sgraf812/pomaps/issues |
Source repo | head: git clone https://github.com/sgraf812/pomaps |
Uploaded | by sgraf812 at 2020-01-01T18:35:50Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 5033 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-01-01 [all 1 reports] |