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

Re: Dylan performance



Rolf Wester <wester@ilt.fhg.de> writes:

> The small test program is listed below. The Dylan version takes
> about 50 seconds on my machine. A c++ version of that program takes
> only 0.2 seconds (cygwin g++), a Python version 25 seconds and
> ACL6.0 Lisp 9 seconds (with all possible declarations; CMUCL is
> faster but only available for UNIX).

How are you timing the programs? The Dylan versions loads a large
number of DLL files on first invocation before your code is actually
run so that will be slow. On later invocations it will be faster due
to caching, etc.

Chris.
-- 
http://www.double.co.nz/dylan



References: