all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Could distributed tarballs be compressed with xz instead of bzip2?
@ 2012-01-29 10:46 Ulrich Mueller
  2012-02-01  2:51 ` Chong Yidong
  0 siblings, 1 reply; 8+ messages in thread
From: Ulrich Mueller @ 2012-01-29 10:46 UTC (permalink / raw)
  To: emacs-devel

It would be considerably smaller (sizes are for "bzip2 -9" and "xz -6"
which is the default):

   51056640 emacs-24.0.92.tar.gz
   41410560 emacs-24.0.92.tar.bz2
   34443264 emacs-24.0.92.tar.xz

Also xz can be uncompressed much faster:

   $ time bunzip2 emacs-24.0.92.tar.bz2
   real    0m11.840s
   user    0m10.393s
   sys     0m0.423s

   $ time unxz emacs-24.0.92.tar.xz
   real    0m4.251s
   user    0m3.833s
   sys     0m0.412s



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-20  7:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 10:46 Could distributed tarballs be compressed with xz instead of bzip2? Ulrich Mueller
2012-02-01  2:51 ` Chong Yidong
2012-02-01  2:51   ` Chong Yidong
2012-08-20  7:38     ` Ulrich Mueller
2012-02-01  9:31   ` Harald Hanche-Olsen
2012-02-01 13:44     ` Harald Hanche-Olsen
2012-02-01 17:13       ` Ulrich Mueller
2012-02-01 14:11     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.