Author Topic: Quick question  (Read 3798 times)

Deranged

  • 68 Carbine
  • Posts: 409
Re: Quick question
« Reply #20 on: January 03, 2008, 10:34:17 PM »
The speed difference is marginal though. I think the comparison between C's stdlib and c++'s namespace std functions speedwise was C++ was an average of 4 or so milliseconds slower. It's not something that's a big deal. I mean hell, a lot of the time these days I use MANAGED development just because it's so much easier to work with, even if it is even slower(still marginally though)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Quick question
« Reply #21 on: January 04, 2008, 02:37:26 PM »
Depends on what you're doing - if you're processing millions of documents, that extra 4ms can add up to weeks or even months of processing time.

But, yeah, it's marginal compared to something like VB or Java.