[][src]Constant reikna::prime::S_SIEVE_SIZE

pub const S_SIEVE_SIZE: u64 = 65_536;

Size of the segmented sieve segments in segmented_eratosthenes()

Also used to determine when prime_sieve() should switch to using the segmented sieve from the Sieve of Atkin.