About

Metadata

  • Last updated , by EdwardKmett
  • License BSD-3-Clause
  • Maintained by: Edward A. Kmett <ekmett@gmail.com>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    test-doctests (on by default)
    test-hlint (on by default)

Readme

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