BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:gc-0.0.3@sha256:091d8ad359fdc5cc3338a05c927bb05752665c2163f259dea96c7fd19f58a2e5,1655
Module documentation for 0.0.3
gc

Experimenting with building Poor Richard’s Memory Manager in Haskell user space.
Usage:
import System.Mem.Manager
main = do
_ <- selfishManager
...
Now an oracle will look for signs of memory pressure from the host operating system and attempt more aggressive garbage collection
in response.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
0.0.3 [2019.05.02]
- Fix the build on Windows.
- Remove the
doctests
test suite, as there were never any doctest
s to
begin with.
0.0.2
- Add a library dependency on the
doctests
test suite
0.0.1
- Revamp
Setup.hs
to use cabal-doctest
. This makes it build
with Cabal-2.0
, and makes the doctest
s work with cabal new-build
and
sandboxes.
0