Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7433513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:41:01+00:00 2026-05-29T09:41:01+00:00

On some intuitive (perhaps wrong) idea of performance, I always get a copy of

  • 0

On some intuitive (perhaps wrong) idea of performance, I always get a copy of a mutable instance before I store it. So if a property expects an NSArray I take the mutable array I’m working with and store it as self.array = mutableArray.copy (though the property is specified as strong or retain).

This seems silly to me, suddenly, but is it? Do mutable instances — doing the exact same task — perform the same?

Note: The mutable instance falls out of scope and (thanks to ARC) gets released right after this, so there’s no worry that it’ll be mutated once it’s assigned to the property.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:41:02+00:00Added an answer on May 29, 2026 at 9:41 am

    NSArray and NSMutableArray are both (as far as I’m aware) implemented on top of CFArray, which simply has a flag specifying whether it’s mutable. CFArray functions which require a mutable array have an assertion right at the beginning, checking that flag:

    void CFArraySetValueAtIndex(CFMutableArrayRef array, CFIndex idx, const void *value) {
        // snip...
        CFAssert1(__CFArrayGetType(array) != __kCFArrayImmutable, __kCFLogAssertion, "%s(): array is immutable", __PRETTY_FUNCTION__);
    

    Mutable and immutable CFArrays are identical other than passing or failing this assertion, and so should NSArrays and NSMutableArrays be, performance- or other-wise.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Some web applications, like Google Docs, store data generated by the users. Data that
From some brief fiddling about, I find I get an error when overriding superclass
When should some GUI elements be used over others? For instance, how do you
Update: This only seems to be a problem at some computers. The normal, intuitive
Can anybody please explain multitask learning in simple and intuitive way? May be some
I'm using an intuitive but perhaps unorthodox shortcut, and I quite simply want to
In an attempt to get some more contextually relevant search results I've decided to
I have some documentation that doesn't have any intuitive examples for me http://developer.android.com/reference/android/nfc/tech/NfcV.html http://developer.android.com/reference/android/nfc/Tag.html
I am doing some performance tests and noticed that a LINQ expression like result
I'm currently in the process of designing some desktop software and I've always wanted

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.