Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

JOIN US!! persons who hate JAVA!!

Name: Anonymous 2005-08-12 15:11

Seriously though, you gotta be into S&M if you decide to develop something in Java yourself and you'll be doing part of the job.

Name: Anonymous 2005-09-18 10:06

Just some examples. cya

Fast C code is generally slow Java code today
(assuming modern JITs).

C is fastest doing everything through array refernces.  In Java non-linear array referenes are expensive. C is slow generally at recursion, Java recursion can be blindingly fast. (Faster then a local array based stack in fact.)

Memory allocation in most C compilers is dirt slow.  Memory allocation in Java is highly highly optimized.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List