Project Euler #111: Primes with runs

  • + 1 comment

    Has any one tried this with Java ? The only option in java to handle such huge numbers is BigInteger which is extremely slow.

    What are options to handle such huge numbers with fast processing in other languages ? Help or suggestion would be really appreciable.