unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* gzip Emacs source, see what happens
@ 2015-06-30  2:25 Emanuel Berg
  0 siblings, 0 replies; only message in thread
From: Emanuel Berg @ 2015-06-30  2:25 UTC (permalink / raw)
  To: help-gnu-emacs

;; method:
;;
;;   $ cat *.el > all
;;   $ gzip -k all
;;   $ ls -lb all all.gz

;; w3m
(insert (format  " ; %.3g" (/ 482236.0 2045111))) ; 0.236

;; all Elisp on my computer, as in
;;
;;   $ cat /**/*.el > system.el
;;
;; then the above procedure
(insert (format " ; %.3g" (/ 4958011.0 20478081))) ; 0.242

;; Gnus
(insert (format " ; %.3g" (/ 1133727.0 4671219))) ; 0.243

;; my Elisp
(insert (format    " ; %.3g" (/ 36116.0 133360))) ; 0.271

It would seem, if you are at 0.24, then chances are you've
got some darn good Elisp :)

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-30  2:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30  2:25 gzip Emacs source, see what happens Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).