Re: Initializing a NSMutableString an odd way
Re: Initializing a NSMutableString an odd way
- Subject: Re: Initializing a NSMutableString an odd way
- From: Vincent Habchi <email@hidden>
- Date: Wed, 31 Jul 2013 22:42:07 +0200
Le 31 juil. 2013 à 22:38, Greg Parker <email@hidden> a écrit :
> Not necessarily. If you have long string and you want to clear it and re-fill it with another long string, then it may be faster to use -deleteCharactersInRange: in order to avoid memory re-allocation overhead. But that possibility depends on precise implementation details of NSMutableString.
So I guess profiling is once more everybody’s friend.
Thanks anyhow once more for taking the time to answer my very minor inquiry.
Vincent
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden