Next | Tricks of the Wizards | 168 |
Memoize slow functions like gethostbyname.
Memoize to a permanent database and speed up your function forever.
Same technique can be adapted to make a simple profiler
Or call counter
Or call-graph generator
See Philippe Verdret's Hook::PrePostCall module
Memoization is impossible in C
Next | Copyright © 2003 M. J. Dominus |