Performance

ODF Performance Tip #1: Don’t re-compress images

April 7, 2010

ODFDOM is an open source (Apache 2.0) Java library for reading, writing and modifying ODF documents.  It runs standalone, not requiring OpenOffice.org or any other editor to be installed.  It operates directly on the ODF document itself. One of the things we’re focusing on in the next release of (the 0.9 release) is optimizing the [...]

4 comments Read the full article →

Spreadsheet file format performance

May 13, 2008

I’ve been doing some performance timings of file format support, comparing MS Office and OpenOffice. Most of the results are as expected, but some are surprising, and one in particular is quite disappointing. But first, a little details of my setup. All timings, done by stopwatch, were from Office 2003 and OpenOffice 2.4.0 running on [...]

19 comments Read the full article →

Why is OOXML Slow?

October 19, 2006

Of course, one could simply dismiss this question, saying that a specification for an XML vocabulary does not have performance as such, since a specification cannot be executed. However, the choices one makes in designing an XML language will impact the performance of the applications that work with the format. For example, both ODF and [...]

5 comments Read the full article →

The Celerity of Verbosity

October 17, 2006

I’ve been hearing some rumblings from the north-west that Ecma Office Open XML (OOXML) format has better performance characteristics than OpenDocument Format (ODF), specifically because OOXML uses shorter tag names. Putting aside for the moment the question of whether OOXML is in fact faster than ODF (something I happen not to believe), let’s take a [...]

16 comments Read the full article →