stable-heap: Purely functional stable heaps (fair priority queues)
This library provides a purely functional implementation of stable heaps (fair priority queues). The data structure is a cousin of the pairing heap which maintains a sequential ordering of the keys. Insertion can be to either end of the heap, as though it is a deque, and it can be split on the left-most occurrence of the minimum key.
The current state of the package is fairly barebones. It will be fleshed out later.
Downloads
- stable-heap-0.3.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
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.1.0, 0.3.0.0 |
|---|---|
| Dependencies | base (>=4.18 && <4.22) [details] |
| Tested with | ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.3, ghc ==9.12.2 |
| License | MIT |
| Copyright | Copyright (C) 2015-2023 Jake McArthur |
| Author | Jake McArthur |
| Maintainer | Jake.McArthur@gmail.com |
| Category | Data Structures |
| Home page | https://github.com/jmcarthur/stable-heap |
| Bug tracker | https://github.com/jmcarthur/stable-heap/issues |
| Source repo | head: git clone https://github.com/jmcarthur/stable-heap.git this: git clone https://github.com/jmcarthur/stable-heap.git(tag v0.3.0.0) |
| Uploaded | by JakeMcArthur at 2025-12-10T01:02:08Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 1000 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 2025-12-10 [all 1 reports] |