Re: Stack Versus Heap

2008-07-08 Thread Ian Lance Taylor
[EMAIL PROTECTED] writes: > I've read that allocating objects on the stack is faster than on the > heap. What about deletion? Is deleting an object from the heap a lot > less efficient? Are the performance differences so negligible that they > won't matter? > > Are there any papers or articles

Stack Versus Heap

2008-07-08 Thread Michael . Schmidt
Hello, I've read that allocating objects on the stack is faster than on the heap. What about deletion? Is deleting an object from the heap a lot less efficient? Are the performance differences so negligible that they won't matter? Are there any papers or articles that address the stack and he