abstract-deque: Abstract, parameterized interface to mutable Deques.
An abstract interface to highly-parameterizable queues/deques.
Background: There exists a feature space for queues that extends between:
simple, single-ended, non-concurrent, bounded queues
double-ended, threadsafe, growable queues
... with important points inbetween (such as the queues used for work-stealing).
This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families).
This package also includes a simple reference implementation based
on IORef
and Data.Sequence
.
Modules
[Index]
Downloads
- abstract-deque-0.1.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.1.1, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2, 0.2.2, 0.2.2.1, 0.3 |
---|---|
Dependencies | base (>=4.4.0.0 && <5), containers [details] |
License | BSD-3-Clause |
Author | Ryan R. Newton |
Maintainer | rrnewton@gmail.com |
Category | Data |
Uploaded | by RyanNewton at 2011-12-09T05:20:42Z |
Distributions | Arch:0.3, Debian:0.3, Fedora:0.3, FreeBSD:0.3, LTSHaskell:0.3, NixOS:0.3, Stackage:0.3 |
Reverse Dependencies | 8 direct, 3722 indirect [details] |
Downloads | 60965 total (112 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] |