memo-ptr

Pointer equality memoization

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Andraz Bajt
Maintained by [email protected]

This is a Haskell library that provides a memoizing combinator that is fully general and fast by relying on pointer equality. This means it is useful if you are calling the same function with the same heap object. See README.md for an example.