[Haskell-cafe] Global memoization in Haskell
Stephen Tetley
stephen.tetley at gmail.com
Fri Apr 22 18:46:06 CEST 2011
Hi Albert
You could try benchmarking with DeltaML instead - DeltaML is the only
language I can think of where memoization is (nearly) pervasive,
though you need still need to mark memo functions with a keyword as
far as I'm aware. This would be a lot easier than modifying GHC:
http://www.mpi-sws.org/~umut/projects/delta-ml/
Best wishes
Stepehn
More information about the Haskell-Cafe
mailing list