I am writing a little library with some prime number related methods. As I\'ve done the groundwork (aka working methods) and now I\'m looking for some optimization. Ofcours
I posted a class that uses the sieve or Eratosthenes to calculate prime numbers here:
Is the size of an array constrained by the upper limit of int (2147483647)?