Quick question. Using C, is memory or the program's stack faster to access then the memory that's allocated on the heap?
Name:
Anonymous2010-01-14 2:34
>>3
Incorrect, but the difference is very, very tiny. When using heap memory, it's possible that the page could be inside the page/swap file. Most people wouldn't need to worry about that thought.