Thread
:
How can I improve the execution time of a Java Project
View Single Post
#
3
(
permalink
)
06-06-2008, 06:03 AM
Zosden
Senior Member
Join Date: Apr 2008
Posts: 386
Three words switch to c++. Java is slow because from what I
understand correct me if I'm wrong. All objects are allocated onto
the heap whereas c++ you can allocate onto the stack.
__________________
My IP address is 127.0.0.1
Zosden
View Public Profile
Send a private message to Zosden
Find all posts by Zosden