Bernhard Helmes wrote:
> A beautifull evening,
> 

yes it is....

this is what I achieved on my 64 bit machine ...

[EMAIL PROTECTED]:~/qseive$ time primes 1 100000000 | wc -l
elapsed :  2.170  (96.313%)
  system :  0.110  (5.069%)
    user :  1.980  (91.244%)
5761455

[EMAIL PROTECTED]:~/qseive$ time ./qseive
74771106 Primzahlen von 100000000
110672146 Primzahlen von 100000000
147778735 Primzahlen von 100000000
elapsed : 118.980  (96.109%)
  system :  0.840  (0.706%)
    user : 113.510  (95.403%)

Not sure what your results mean but the old BSD games version of
primes seems to still be quite a bit faster! I'm still not sure if your
program is working correctly. At least it does come to some resolution
on a 64 bit machine.

-- 
VE6LFM  Terminal insomniac
_______________________________________________
Prime mailing list
[email protected]
http://hogranch.com/mailman/listinfo/prime

Reply via email to