Re: [Off-topic] Re: Fast Java?!
- Posted by David Cuny <dcuny at LANSET.COM> Jul 01, 2000
- 538 views
Falkon 1313 wrote: > Where can I get a fast [Java interpreter]? > That doesn't crash every few minutes? > And doesn't require 256MB RAM as a > minimum for simple demos? So far, I stayed with the text-based stuff, and the performance has been good. Most of the bloat that I've heard about (and you allude to) comes from the Swing interface, which emulates the entire GUI. There are other GUI classes that are faster. Personally, I'll probably stick to the AWT. -- David Cuny