Hi there, did ever anybody tried some benchmarks to find whether it is better to use WO collections (NSArray, NSDictionary...) as widely as possible (ie essentially anywhere, unless one really needs to store nulls or can't do without ConcurrentHashMap or so), or whether it's better to use standard collections (List, HashMap...) wherever they happen to work properly (which is surprisingly often, but not anywhere)?
Are they roughly comparable, or are one or the others considerably better? Thanks! OC _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com