Memoization

by Audeuro
A new technique used to remember function return values and store them for later use.
Version 1 · Date Added: 1/28/07

If you wish to download this library for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Audeuro.Memoization##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Audeuro.Memoization##version=1

Do not use this library with procs that will not have a constant output if it's given the same input more than once.