Talk:Rosetta Code/(Strictly) equal in Rexx: Difference between revisions

Add results from Mac OS X
m (formatting)
(Add results from Mac OS X)
 
(2 intermediate revisions by one other user not shown)
Line 62:
You are invited to test this on your platform with your Rexx!
--[[User:Walterpachl|Walterpachl]] 07:28, 5 July 2012 (UTC)
 
Here the result on my pretty old desktop Windows:
<pre>
eqtest on Rexx Version REXX-ooRexx_4.1.1(MT) 6.03 16 May 2012
Hits Misses test = Test == == improvement
99896 104 0.12500000 0.12500000 0.00000000%
99896 104 0.12500000 0.10900000 12.80000000%
99896 104 0.12500000 0.14100000 -12.80000000%
99896 104 0.12500000 0.10900000 12.80000000%
99896 104 0.12500000 0.12500000 0.00000000%
</pre>
--[[User:Walterpachl|Walterpachl]] 16:13, 5 July 2012 (UTC)
 
 
The following results are from a MacBook Pro:
* '''Processor:''' 2.66 GHz Intel Core 2 Duo
* '''Memory:''' 4 GB
* '''Software:''' Mac OS X Lion 10.7.4
'''ooRexx:'''
<pre>
eqtest on Rexx Version REXX-ooRexx_4.1.1(MT) 6.03 5 Jun 2011
Hits Misses test = Test == == improvement
99896 104 0.11199600 0.10708800 4.38229937%
99896 104 0.11749800 0.10943300 6.86394662%
99896 104 0.11566000 0.13758600 -18.95728860%
99896 104 0.11635800 0.12008500 -3.20304577%
99896 104 0.19133300 0.18279400 4.46289976%
</pre>
'''Regina:'''
<pre>
eqtest on Rexx Version REXX-Regina_3.5(MT) 5.00 31 Dec 2009
Hits Misses test = Test == == improvement
99901 99 0.07463500 0.06828200 8.51209218%
99901 99 0.05713800 0.06026000 -5.46396444%
99901 99 0.06151100 0.07270400 -18.19674530%
99901 99 0.07320100 0.08063500 -10.15559900%
99901 99 0.07326500 0.07511300 -2.52235037%
</pre>
--[[User:Alansam|Alansam]] 16:44, 5 July 2012 (UTC)
Anonymous user