guile-devel
[Top][All Lists]
Advanced

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

startup times


From: Neil W. Van Dyke
Subject: startup times
Date: Thu, 5 Jul 2001 09:25:35 -0400 (EDT)

I just noticed that Guile startup time gets noticeably slow once
you start loading packages.

Here's the best times for three separate "time guile -c" commands,
on my P5-166 Linux laptop:

  (display "X")                            0.960u 0.010s 0:01.02
  (use-modules (oop goops)) (display "X")  2.230u 0.050s 0:02.35
  (use-modules (net http))  (display "X")  3.280u 0.060s 0:03.44

Plain Guile with HTTP library (which also loads GOOPS) takes over
3 seconds to load before loading application code.

Will any startup speed improvements make it into 1.6?

Thanks,
Neil

-- 
Neil W. Van Dyke <address@hidden>
http://www.neilvandyke.org/



reply via email to

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