Pythagorean triples: Difference between revisions

m
Line 108:
[http://www.cs.arizona.edu/icon/library/src/procs/printf.icn printf.icn provides printf]
 
The output from some sample runs with BLKSIZE=500000000 and STRSIZE=50000000 is below. It starts getting very slow after 10M at about 9 minutes (times are shown in ms.
 
Output:<pre>
Line 131:
Under perimiter=10000000: Pythagorean Triples=9706567 including primitives=702309
Time=560625, Collections: total=16 string=8 block=8</pre>
 
 
=={{header|J}}==
Anonymous user