Popularity
3.6
Declining
Activity
0.0
Stable
2
4
1

Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control    

FastPush alternatives and similar packages

Based on the "Control" category.
Alternatively, view FastPush alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FastPush or a related project?

Add another 'Control' Package

README

FastPush provides a monad (and a highly experimental monad transformer) that allows you to push things onto a stack very quickly.

Under the hood, it's backed my a mutable ST vector. You can choose which kind of vector (Boxed, Unboxed, Storable, etc.) you want to use.

https://hackage.haskell.org/package/FastPush

Install with "cabal install FastPush".