mutable-containers: Abstactions and concrete implementations of mutable containers

[ data, library, mit ] [ Propose Tags ]

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

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0, 0.2.0.1, 0.2.1, 0.2.1.1, 0.2.1.2, 0.3.0, 0.3.1, 0.3.2, 0.3.2.1, 0.3.3, 0.3.4, 0.3.4.1
Dependencies base (>=4.7 && <5), containers, mono-traversable (>=0.3), primitive, vector [details]
License MIT
Author Michael Snoyman
Maintainer michael@fpcomplete.com
Revised Revision 1 made by HerbertValerioRiedel at 2016-05-21T07:50:49Z
Category Data
Home page https://github.com/fpco/mutable-containers
Source repo head: git clone git://github.com/fpco/mutable-containers.git
Uploaded by MichaelSnoyman at 2015-01-04T06:38:37Z
Distributions Arch:0.3.4.1, Debian:0.3.4, FreeBSD:0.3.2, LTSHaskell:0.3.4.1, NixOS:0.3.4.1, Stackage:0.3.4.1
Reverse Dependencies 6 direct, 225 indirect [details]
Downloads 23244 total (107 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 mutable-containers-0.1.0.0

[back to package description]

This package provides common mutable containers, such as double-ended queues and doubly-linked lists. It is implemented as both an abstract set of type classes, and concrete implementations.

Note that this library should be considered extremely experimental. That said, it currently has 100% test coverage and has some performance tuning, though the API is expected to change significantly.