sequential-index: Sequential index numbers between 0.0 and 1.0 that allow arbitrarily inserting new numbers in between (for special containers).

[ bsd3, data, library ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

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
Category Data
Home page https://github.com/aristidb/sequential-index
Uploaded by AristidBreitkreuz at 2011-02-23T21:10:00Z
Distributions
Reverse Dependencies 2 direct, 3 indirect [details]
Downloads 3208 total (19 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]

Readme for sequential-index-0.0

[back to package description]
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.