Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

l0uismustdie

macrumors regular
Original poster
Nov 30, 2009
109
1
Edinburgh, UK
Hello. I am trying to trim the memory usage of my program down and am wondering if there is a difference between these two lines:
Code:
returnDict=[self fetch:memory andIP:IP];
and
Code:
[returnDict setDictionary:[self fetch:memory andIP:IP]];

It seems like I should use the second line...but does it really matter?

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.