FastPush: A monad and monad transformer for pushing things onto a stack very fast.
This library gives you a monad that lets you push things onto a stack very quickly. You get things off the stack when you run the monad. Under the hood, this uses mutable vectors. I've also included a monad transformer using the STMonadTrans library that does the same thing as a transformer, but it's probably very unsafe.
Modules
[Index]
Downloads
- FastPush-0.1.0.3.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.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3 |
---|---|
Dependencies | base (>=4.9 && <4.10), STMonadTrans (>=0.3 && <0.5), vector (>=0.11 && <0.13) [details] |
License | BSD-3-Clause |
Author | Will Yager |
Maintainer | dev@yager.io |
Category | Control |
Home page | https://github.com/wyager/FastPush/ |
Uploaded | by wyager at 2017-02-26T23:00:18Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3208 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-02-26 [all 1 reports] |