Just curious, what algorithm are you using?
I'm currently doing something that requires primes so I also have a tiny program that'll find them. (and their reciprocals and logarithms)
So I knocked together a quick and dirty program do that. It isn't threaded, yet here's what I get on my laptop. (Core i7 @ 1.6 GHz)
It's off by one from your result because it doesn't search even numbers so it missed 2 as a prime.







Reply With Quote

Bookmarks