texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] More Scheme benchmarks


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] More Scheme benchmarks
Date: Mon, 24 May 2004 14:22:32 +0200 (CEST)

On Mon, 24 May 2004, David MENTRE wrote:
> Joris van der Hoeven <address@hidden> writes:
> > Thanks for the new results. Which Guile 1.6.* did you use?
>
> Guile 1.6.4

It seems that this version still does not implement automatically
resizing hash-tables (as I noticed already a year ago...).
Maybe you can try with the CVS version of Guile, which should
implement much faster hash-tables (=> faster environments).
This may lead to an important spead-up. In order to check
whether the right hash-tables are implemented, try

---------------------------------------------------------
address@hidden vdhoeven]$ guile
guile> (make-hash-table)
standard input:1:1: In expression (make-hash-table):
standard input:1:1: Wrong number of arguments to #<procedure make-hash-table 
(k)>
ABORT: (wrong-number-of-args)

Type "(backtrace)" to get more information.
guile> (make-hash-table 11)
#(() () () () () () () () () () ())
guile>
---------------------------------------------------------

Both variants should be implemented now.





reply via email to

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