guile-devel
[Top][All Lists]
Advanced

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

Re: startup times


From: Evan Prodromou
Subject: Re: startup times
Date: 05 Jul 2001 12:21:34 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.103

Not that this is particularly cogent, but here's my times on an 1Ghz
Athlon:

---8<---

evan priss:~$ time guile -c '(display "X")'
X
real    0m0.042s
user    0m0.040s
sys     0m0.000s
evan priss:~$ time guile -c '(use-modules (net http)) (display "X")'
X
real    0m0.262s
user    0m0.260s
sys     0m0.010s

---8<---

This is with Guile 1.4, btw.

~ESP

-- 
Evan Prodromou
address@hidden



reply via email to

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