%0 Journal Article %A Acar, Umut A. %A Blelloch, Guy E. %A Harper, Robert %D 1992 %T Selective memoization %U https://kilthub.cmu.edu/articles/journal_contribution/Selective_memoization/6609383 %R 10.1184/R1/6609383.v1 %2 https://kilthub.cmu.edu/ndownloader/files/12101471 %K Functional programming languages. %K ML (Computer program language) %X Abstract: "We present a framework for applying memoization selectively. The framework provides programmer control over equality, space usage, and identification of precise dependences so that memoization can be applied according to the needs of an application. Two key properties of the framework are that it is efficient and yields programs whose performance can be analyzed using standard techniques. We describe the framework in the context of a functional language and an implementation as an SML library. The language is based on a modal type system and allows the programmer to express programs that reveal their true data dependences when executed. The SML implementation cannot support this modal type system statically, but instead employs run-time checks to ensure correct usage of primitives." %I Carnegie Mellon University