RE: [xml-dev] Is it time for the binary XML permathread to start up again?

From
Alexander Philippou <>
To
, "'Costello, Roger L.'" <>,
Date
2007-07-20T20:33:04Z
ID
<006101c7cb0d$304dd8d0$4001a8c0@IBM50e>
Thread
RE: [xml-dev] Is it time for the binary XML permathread to start up again?
> If gzip is going to make the FI form larger, or not much
> smaller, then 
> it's a bad use of time to run it, even if the time to gzip the FI is 
> indeed much lower than the time to gzip the original text.

Generally, compressing FI results in similar or smaller size than
compressing text. So the FI benefits are there both w/ and w/o compression.
Take the 27 files in MITRE / OVAL / Platform Data File Downloads as an
example:

text: 16,271,427 bytes
fi: 4,171,861 bytes (ratio 1:0.26)
text+gzip: 1,082,750 bytes (ratio 1:0.07)
fi+gzip: 867,648 bytes (ratio 1:0.05)

> Noah Mendelsohn

Alexander