Why manual memory management?
Posted
by user333639
on Stack Overflow
See other posts from Stack Overflow
or by user333639
Published on 2010-05-14T09:15:49Z
Indexed on
2010/05/14
9:24 UTC
Read the original article
Hit count: 239
objective-c
Are there any plans for auto memory management?
What are the advantanges of manually managing memory...does it conserve memory in the long run?
I have noticed in .Net Windows Applications - they are very sluggish - is this partly due to the garbage collector not working correctly?
© Stack Overflow or respective owner