On Thursday 07 Mar 2002 04:44, Ian Clarke wrote: > On Tue, Mar 05, 2002 at 02:34:40AM +1300, David McNab wrote: > > Re-code the whole fucking thing in C or C++ !!! > > You seriously believe that writing software in C++ is faster than > writing software in Java?
Yes. > I have never met anyone equally familiar with > both C++ and Java who would agree with you. I have. In fact, I am one of those people who are pretty much equally familliar with C++ and Java. I also work with a bunch of people with similar knowledge and experience. Java is 40-50 times slower than C/C++. > The simple fact that you > don't need to worry about bounds-checking in Java alone gets rid of a > significant percentage of bugs which plague C++ software. This is not a problem that is encountered all that often, as long as you do thing properly and show some discipline in programming techniques. Regards. Gordan _______________________________________________ freenet-tech mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/tech
