Loops/Nested: Difference between revisions

Content added Content deleted
(→‎{{header|Scilab}}: With random numbers)
m (→‎{{header|NetRexx}}: REXX performance added)
Line 1,336: Line 1,336:
for the languages I know.
for the languages I know.


I created a test program with a 500 + 500 matrix, all elements set to 0
I created a test program with a 500 x 500 matrix, all elements set to 0
except for the last one, which I set to 20.
except for the last one, which I set to 20.
Then I repeat the search 100 times.
Then I repeat the search 100 times.
Line 1,349: Line 1,349:
0.188 PL/I Matrix as coded: FIXED
0.188 PL/I Matrix as coded: FIXED
0.058 PL/I Matrix BIN FIXED(15)
0.058 PL/I Matrix BIN FIXED(15)
14.217 the REXX program run with Regina
10.109 the REXX program run with ooRexx
</pre>
</pre>