Xaero_Vincent wrote:
OOo suffers from performance issues because of lack of optimizations in the early days. Hopefully by OOo v3.0 the performance and memory footprint wil be semi-competitive to other office suits.
OpenOffice has awful code quality, which is probably largely responsible for its poor performance and slow development. Take a look, its practically unmaintainable.
Xaero_Vincent wrote:
It's developed in Java so the memory footprint will always be higher but today's Java is known to be almost as fast as native code.
That is a lie, its not developed in Java but in C++, and loading the Java runtime is optional from what I understand, it just loads out of the box because Sun had their hands on it. You can't blame the language, its just crappy developers.
Also Java is known to be almost as fast as native code? Who cares, what about the crapload of I/O required to load the virtual machine, or the huge memory consumption?