Performance of OpenOffice.org and MS Office
m85476585 writes "I have used Microsoft Office since I purchased it a year ago. I wrongly assumed that since I paid for it, it must be better, but recently I have noticed that it seems slow, so I decided to try OpenOffice.org to see if it is faster. I compared Writer and Word to see which one is faster and consumes less resources. The results are posted on my website."
Get over your 'my linux will run on a 7 year old computer' mentality please.
Whatever does run on donated seven-year-old PCs will win in K-12 education, where buying used hardware lets a district afford better teaching staff, and in the so-called Third World.
The totally unscientific nature of the tests does not really matter anyway since it's measures the most useless parameter ever used in benchmarks for desktop software. The measurement of startup time for this class of software are pure nonsens. Since the time actually spent doing real work with the application are gigantic compared to startup time, whether it's 1 s or 1 minute. It means nothing compare to spending 10 minutes or more writing a letter or the whole workday writing on a report.
It is, actually. I wish the MSM people were requiered to do the same. What's the problem with him admitting bias up front? Would he be a "better person" if he hid his bias, pretended it did not exist?
makes the obvious skewing in the rest of this 'test' marginally easier to swallow.
What obvious skewing? Are you just trying to poison the well or do you have any actual counter-argument to the results of his tests?
I'm convinced that the biggest problem is that full compatibility goes well beyond file formats. It's also about application behaviour, for which there aren't any documented standards. We've gotten to the point where the file formats are understood, but behaviour compatibility is still incredibly tricky.
I use OpenOffice as much as possible these days, albeit mostly for word processing. Personally I've encountered a few less annoyances with OpenOffice, particularly with things like moderate table manipulation. Unless forced to, though, I still won't trust OpenOffice to save to .doc correctly without checking it... at least not with anything important.
In particular, I've noticed that at least some of the incompatibilities are semantic differences in the object model. I'm not sure how they can be fixed in 100% of cases.
One example that comes to mind is with paragraph spacing in tables. If a paragraph is empty, OpenOffice still includes the paragraph spacing, causing the table row height to be slightly higher. MS Word, on the other hand, ignores the paragraph spacing unless there's actually text in the paragraph.
The MS Word behaviour seems like a bug, or just another one of the little annoyances that I referred to before, but it's one that everyone in Word is used to. If you use OpenOffice.org to open an MS Word file that has tables, empty paragraphs in some of the cells, and paragraph spacing specified on those paragraphs, there's a very likely possibility that the pages won't line up.
Some people might think that the OpenOffice import filter could simply recognise that it's an MS Word file, and turn off paragraph spacing on the import -- causing the table cells to be the same height. It's not that simple, though, because if somebody decides to type in the document and send it back, it'll be messed up all over again.
The only way that OpenOffice.org can be truly compatible with MS Word is to keep track of whether the opened document was a Word document. Then it would need to either:
Personally I'd hate the second option. I've come to like the OpenOffice.org document model a lot more, simply because it seems more predictible and consistent, and doesn't have a lot of little annoyances that the MS Word model has, at least in the ways that I use it. It'd also mess up a whole lot of older OpenOffice documents that I have lying around if they suddenly opened with a different policy on things like paragraph spacing.
The first option seems very complicated, though. It's asking OpenOffice to not just simulate the document formats, but also the behaviour of another proprietary application. It's also asking the user to keep track of all the possible different ways that OpenOffice.org might act at any given time. That in itself could turn into a UI nightmare, because suddenly the user interface of the application is much less consistent. (Keep in mind that we're talking about regular users, here. It's not like Mozilla quirks mode, where the main people dealing with the differences are web developers.)
I don't know exactly what the best way is to fix this, but it's definitely not as easy as just writing decent import and export filters. Personally I'm just fortunate enough that I don't have to share my documents very often. When I do give someone a Word-format document, though, I make a point to at least check it in Word whenever possible before handing it over.