Re: Java vs Objetive-C
Re: Java vs Objetive-C
- Subject: Re: Java vs Objetive-C
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 8 May 2004 17:08:21 +0100
On 8 May 2004, at 16:40, Allan Odgaard wrote:
It might have been, but his code examples only show that when you need
to compare the same strings a zillion times, Java is faster (than
GCC). In his example, the bottleneck might be method lookup, and I
think that it's already known that Java can be faster at this (than
ObjectiveC).
And if you're going to be doing this a zillion times and the method
lookup is the bottleneck, cache the IMP and you remove that bottleneck.
-- Finlay
_______________________________________________
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.