help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gzip Emacs source, see what happens


From: Emanuel Berg
Subject: gzip Emacs source, see what happens
Date: Tue, 30 Jun 2015 04:25:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]