Quote:
Originally Posted by Shinzul
Java is actually faster than C++ at everything but floating point calculations. It's a teeny tiny margin, but it's still faster. Also, LCT has few features that impact the performance of the application as a whole.
Anyway, the programming language has little effect on how well an application performs nowadays... unless you're writing in some antiquated language.
|
It still requires the JVM to load up which is still a high memory requirement.
While I'll agree with you that pure Java is quite fast, Lite, when being used as a programming term, generally means less memory intensive and Java isn't the best language to use in that case.
It still may very well be less memory intensive than ACT since it uses .NET which uses a lot of memory.