sequential-index-0.2.0.1: Sequential numbers that allow arbitrarily inserting numbers - for containers

The sequential-index package

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.

Properties

Versions0.0, 0.1, 0.2, 0.2.0.1
Dependenciesbase (≥4.2.0.0 & <5), bytestring (≥0.9.1.5 & <0.11)
LicenseBSD3
CopyrightCopyright (C) 2011 Aristid Breitkreuz
AuthorAristid Breitkreuz
Maintaineraristidb@googlemail.com
CategoryData
Home pagehttps://github.com/aristidb/sequential-index
Upload dateTue Jan 29 14:50:34 UTC 2013
Uploaded byAristidBreitkreuz
Built onghc-7.6

Modules

Downloads