Re: Guile profiling tools?
Jim Blandy (jimb@red-bean.com)
13 Aug 1998 23:43:31 -0400
> Are there any guile profiling tools? My guile version of Greg's perl
> extract-docs takes about 10x as long to extract the docs from the scwm
> scheme tree than the perl version does.
I'll bet it's the I/O system. Guile's I/O isn't the hottest thing
ever to hit the streets. *sigh*
Actually, I was hoping that a benchmarking case would present itself
to guide further work on the I/O system. Now we have one.