Hi, On Mon, 27 Aug 2007, Matthieu Moy wrote: > David Kastrup <dak@xxxxxxx> writes: > > > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > >> On Mon, 27 Aug 2007, Mike Hommey wrote: > >> > >>> BTW, wouldn't it be more efficient to store the odf files unzipped ? > >> > >> Efficient how? Speed-wise: no. Space-wise: yes. > > > > Huh? At least the "Space-wise: yes" seems rather nonsensical. > > I don't know enough about git delta-compression and OpenDocument, but > git has better chance to efficiently delta-compress different versions > of the document if they're not compressed themselves. A standalone zip archive (which is what an .odt file is, with a defined file structure) cannot be as efficient in compressing text, especially if it is versioned text with relatively few differences between versions, as delta compression. So yes, you guessed the explanation (which I omitted) correctly. As for the speed wise: I doubt that unpacking and then repacking can be more efficient than not doing it -- even if the files are transmitted via network. (Remember: blobs are stored compressed, be they in a pack, or loose.) Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html