@hackage memo-ptr0.1.0.0

Pointer equality memoization

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.