Digital Paint Discussion Board
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Digital Paint Discussion Board
»
Development
»
General Development
»
Quick question
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Quick question (Read 3838 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)
Logged
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.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Digital Paint Discussion Board
»
Development
»
General Development
»
Quick question