BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:gc-0.0.2@sha256:398086bd3aef5f90fdedd76e73f5a11c7c49edd8c13ebcf54c83519ad254e533,2525

Module documentation for 0.0.2

  • System
    • System.Mem
      • System.Mem.Manager
Depends on 1 package(full list with versions):

gc

Build Status

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

Changes

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 doctests work with cabal new-build and sandboxes.

0

  • Initialized repository