show/hide this revision's text 2 edited title

Is it worth caching objects created by Delphi's Memory Manager?

show/hide this revision's text 1

Is it worth caching objects?

I have an application that creates, and destroys thousands of objects. Is it worth caching and reusing objects, or is Delphi's memory manager fast enough that creating and destroying objects multiple times is not that great an overhead (as opposed to keeping track of a cache) When I say worth it, of course I'm looking for a performance boost.