Date: Fri, 23 Jun 1995 01:08:25 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Edward Wang <edward@edcom.com> Cc: freebsd-hackers@FreeBSD.org Subject: Re: Java Message-ID: <199506230808.BAA10096@rah.star-gate.com> In-Reply-To: Your message of "Thu, 22 Jun 1995 19:19:31 PDT." <199506230219.TAA08823@edcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>>> Edward Wang said:
> Is anyone working on a port of Java?
> Wanna do it?
>
> (I've sent a similar query to the Java-Porting list.)
>
Here are some benchmarks, the program is the same fibonacii test program
found in Guile's distribution.
guile
(fib-loop 20 200000)
;Evaluation took 9856 mSec (0 in scm_gc) 15 cells work, 1421 bytes other
6765
rah# time ./reffib 20 200000
6765
0.207u 0.015s 0:00.21 100.0% 16+204k 0+0io 0pf+0w
rah# tclsh
% source fibref.tcl
% time {fib_loop 20 2000}
11684844 microseconds per iteration
Not bad :)
Amancio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506230808.BAA10096>
