sequential-index: Sequential index numbers between 0.0 and 1.0 that allow arbitrarily inserting new numbers in between (for special containers).
Sequential index numbers between 0.0 and 1.0 that allow arbitrarily inserting new numbers in between. They can possibly used for disk-based and other special containers, where adding a new element without changing the indexes of the other elements is important. Conceptually, SequentialIndex denotes a path to an element in an imaginary binary tree. However, leafs can only be on the right side of their parent. I.e. the path must end with a '1' (or be the path to the root node, 0.0). 1.0 denotes the invalid node.
[Skip to Readme]
Downloads
- sequential-index-0.1.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.0, 0.1, 0.2, 0.2.0.1 |
|---|---|
| Dependencies | base (>=4.2.0.0 && <5), bytestring (>=0.9.1.5 && <0.10) [details] |
| License | BSD-3-Clause |
| Copyright | Copyright (C) 2011 Aristid Breitkreuz |
| Author | Aristid Breitkreuz |
| Maintainer | aristidb@googlemail.com |
| Uploaded | by AristidBreitkreuz at 2011-02-24T02:32:49Z |
| Category | Data |
| Home page | https://github.com/aristidb/sequential-index |
| Distributions | |
| Reverse Dependencies | 2 direct, 3 indirect [details] |
| Downloads | 3413 total (11 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] |