[OT] Re: (no subject)
[OT] Re: (no subject)
- Subject: [OT] Re: (no subject)
- From: Shawn Erickson <email@hidden>
- Date: Tue, 18 Nov 2003 08:08:34 -0800
On Nov 18, 2003, at 7:30 AM, Moray Taylor wrote:
For mutable data though you might be better off using a Vector ( a bit
slower though).
Vector's synchronization is often not very helpful because it is to
granular. I personally never use Vector because it syncing is generally
useless, it is just overhead. Use ArrayList instead and synchronize it
as needed for the code using it.
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.