Which is the fastest algorithm to find out prime numbers using C++? I have used sieve’s algorithm but I still want it to be faster!

Which is the fastest algorithm to find out prime numbers using C++? I have used sieve’s algorithm but I still want it to be faster!