ralist: Random access list with a list compatible interface.

[ bsd3, data-structures, library ] [ Propose Tags ]

Random access list with a list compatible interface. Random access list have same complexity as lists with some exceptions, the notable one being that (!!) is O(log n) instead of O(n). RALists have to be finite.

Modules

[Index] [Quick Jump]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.4.0.0 (info)
Change log changelog.md
Dependencies base (>=4.8 && <6), fail (>=4.9 && <4.10), semigroups (>=0.18 && <0.19) [details]
License BSD-3-Clause
Author Lennart Augustsson, Carter Schonwald
Maintainer Carter Schonwald
Revised Revision 1 made by CarterSchonwald at 2019-05-01T21:22:28Z
Category Data Structures
Home page http://github.com/cartazio/ralist
Source repo head: git clone https://github.com/cartazio/ralist.git
Uploaded by CarterSchonwald at 2018-11-22T19:06:56Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3092 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-22 [all 1 reports]