Skip to main content
deleted 3 characters in body
Source Link

@Peilonrayz hit the point by mentioning the real problem with your your your implementation design which is the algorithm complexity. So I want to go further: AFAIK, the fastest known algorithm that prime numbers generator isalgorithm is Sieve of Atkin. YouSo you should consider this algorithm as a starting point for an effective solution for the sake of algorithm complexity.

@Peilonrayz hit the point by mentioning the real problem with your your implementation design which is the algorithm complexity. So I want to go further: AFAIK, the fastest known algorithm that prime numbers generator is Sieve of Atkin. You should consider this algorithm as a starting point for an effective solution for the sake of algorithm complexity.

@Peilonrayz hit the point by mentioning the real problem with your implementation design which is the algorithm complexity. So I want to go further: AFAIK, the fastest known prime numbers generator algorithm is Sieve of Atkin. So you should consider this algorithm as a starting point for an effective solution for the sake of algorithm complexity.

Source Link

@Peilonrayz hit the point by mentioning the real problem with your your implementation design which is the algorithm complexity. So I want to go further: AFAIK, the fastest known algorithm that prime numbers generator is Sieve of Atkin. You should consider this algorithm as a starting point for an effective solution for the sake of algorithm complexity.