1. Re: NoBisect()
- Posted by jiri babor <jbabor at PARADISE.NET.NZ>
Aug 26, 1998
-
Last edited Aug 27, 1998
Michael,
Unfortunately, you appear to be a bit tense. The main thing is it's fast
enough for you. And if Einar likes it, so much better. What I think will
remain a closely guarded secret. jiri
-----Original Message-----
From: Michael Sabal <mjs at OSA.ATT.NE.JP>
To: EUPHORIA at cwisserver1.mcs.muohio.edu
<EUPHORIA at cwisserver1.mcs.muohio.edu>
Date: Wednesday, August 26, 1998 7:07 PM
Subject: Re: NoBisect()
>Jiri,
>
> The following revision results in a time of .95~1.05 seconds for
the whole series. Deleting the internal printf shaves .10 seconds off the
reported time. Is that fast enough?
>
>t1 = time()
>for a = 1 to 1000 do
> temp =
> rand(100),rand(100))
> printf(1,"Result: %d\n",temp)
>end for
>printf(1,"Total time: %0.5f",time()-t1)
>
>Michael J. Sabal
>mjs at osa.att.ne.jp
>http://home.att.ne.jp/gold/mjs/index.html
>