I wanted to know what the implications (memory, processor overhead, etc.) there are to using a NSMutableArray to populate a UITableView rather than using an NSArray.
Reason I must use a NSMutableArray is because I don't know how many items I will have.