View Single Post
Posts: 1,255 | Thanked: 393 times | Joined on Oct 2009 @ US
#54
Originally Posted by jaark View Post
Java is always 'layered' ontop of whatever platform you are running, and will always be slower than the base system.

That is the trade-off for 'compile once, run almost anywhere' for many applications the trade-off pays off, for others it doesn't.

Yep. Non cpu intense apps it would be fine, but for things like emulators or medai apps using codecs it would not.