Typedef madlib::prime_type

Typedef Documentation

using madlib::prime_type = size_t

Since primes are always positive, and the design of this code should store all primes from start to machine memory limit, size_t is the natural choice to keep the code portable and reasonably optimal even on much smaller word size ISAs.