The Artima Developer Community
Sponsored Link

Agile Buzz Forum
XML isn't always the answer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
XML isn't always the answer Posted: Oct 31, 2005 1:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: XML isn't always the answer
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

This story talks about OpenOffice bloat relative to MS Office, but the interesting bit to me is the drive by XML reference:

Even when dealing with what is essentially the same data, OpenOffice Calc uses up 211 MBs of private unsharable memory while Excel uses up 34 MBs of private unsharable memory. The fact that OpenOffice.org Calc takes about 100 times the CPU time explains the kind of drastic results we were getting where Excel could open a file in 2 seconds while Calc would take almost 3 minutes. Most of that massive speed difference is due to XML being very processor intensive, but Microsoft still handles its own XML files about 7 times faster than OpenOffice.org handles OpenDocument ODS format and uses far less memory than OpenOffice.org.

I switched BottomFeeder from an XML save format to a binary serialized file format a long while back, and it did two things:

  • Save files shrank by a factor of about 10
  • They loaded more than one order of magnitude faster

XML is the favorite buzzword of everyone and his brother, and the State of Massachusetts has taken OpenOffice up on the idea of replacing Office, in part because of this open file format. We'll see how much they like it after they experience extra long file load times.

Read: XML isn't always the answer

Topic: Microsoft Mind-Rot Previous Topic   Next Topic Topic: Happiness is a working ReplayTV

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use