Ad
  • Custom User Avatar

    Ended up researching a lot about primes and used Eratosthenes' sieve with just index checks, and sped things up soo much.

  • Custom User Avatar

    Is there a way to get past timeouts using js? Already applied a few optimizations for prime checks, but still getting timeouts