• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java vs C/Objective-C performance question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java vs C/Objective-C performance question


  • Subject: Re: Java vs C/Objective-C performance question
  • From: petite_abeille <email@hidden>
  • Date: Tue, 18 Mar 2003 13:58:04 +0100

On Tuesday, Mar 18, 2003, at 09:34 Europe/Zurich, Marcel Weiher wrote:

as opposed to java (forgetting Objective-C for the moment)? I guess I'm just confused as to what people mean when they say java is slow, or is this just a myth?

It's a myth. Your application performance has very little to do with what language you happen to be using. And as far as 'raw performance' (e.g. how long does it take to loop through five millions objects), they are useless as they have nothing to do with real applications.


It is slow, despite the fact that the JIT does OK on some non-realistic micro-benchmarks (and even there C was faster once optimization was turned on). It also requires huge amounts of memory, which not only slows the java process itself down, but imposes a heavy penalty on the entire system.

Sure... and my assembler is faster and slimmer that your C... but my custom build microchip is even faster... hehe... :-)

Cheers,

PA. "Real programers build their own irons."
_______________________________________________
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.

  • Follow-Ups:
    • Re: Java vs C/Objective-C performance question
      • From: Dietrich Epp <email@hidden>
References: 
 >Re: Java vs C/Objective-C performance question (From: Marcel Weiher <email@hidden>)

  • Prev by Date: Re: Java vs C/Objective-C performance question
  • Next by Date: Re: NSAutoreleasePool: how does it really work?
  • Previous by thread: Re: Java vs C/Objective-C performance question
  • Next by thread: Re: Java vs C/Objective-C performance question
  • Index(es):
    • Date
    • Thread