Please re-run the benchmark on J6.01 and 
APL+Win 6.4 on the following data:

i=: ? 1e6 $ 5e5
f=: 0.07 * i
               J6.01           APL+Win 6.4
integer     i.~ i           i{iota}i
float       i.~ f           f{iota}f



----- Original Message ----- 
From: Richard Hill <[EMAIL PROTECTED]>
To: "General forum" <[email protected]>
Sent: Sat Jun 2 11:20:18 HKT 2007
Subject: Re: [Jgeneral] Challenge to expert J'ers

Paul Gauthier asked
> Can anyone ... add other APL implementations ?
> i=:2e5$1e5?2e9
> f=:i%i+0.1
 on 1.7GHz Thinkpad
                    J               APL+Win 6.4
Integer        i.~i    0.044    i{iota}i        0.090 
 Float           i.~f    2.041    f{iota}f        1.682
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to