in reply to Re: The sieve of Xuedong Luo (Algorithm3) for generating prime numbers
in thread The sieve of Xuedong Luo (Algorithm3) for generating prime numbers

Thank you for this beautiful writeup danaj. I had spent many weeks converting Algorithm3 to a segmented sieve and was all I could do at the time. The best part of the experience was when I searched CPAN and came across Math::Prime::Util. Because, that is closer in reaching the powerful primesieve generator.

  • Comment on Re^2: The sieve of Xuedong Luo (Algorithm3) for generating prime numbers