skip-list: An implementation of pure skip lists
Skip lists provide efficient amortized indexing deep into lists by building an index that, essentially, converts the list into a balance binary tree. See the wikipedia entry on skip lists for more information.
[Skip to Readme]
Downloads
- skip-list-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.8 && <5) [details] |
Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.1 |
License | MIT |
Copyright | 2017 Gregory Malecha |
Author | Gregory Malecha |
Maintainer | gmalecha@gmail.com |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-07-22T20:52:07Z |
Category | Data |
Home page | https://github.com/gmalecha/skip-list#readme |
Source repo | head: git clone https://github.com/gmalecha/skip-list |
Uploaded | by gmalecha at 2017-07-22T20:45:38Z |
Distributions | NixOS:0.1.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1797 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 2017-07-22 [all 1 reports] |