Sieve of Eratosthenes Published: 2015-01-27 First read the problem description. We’ll use a bit array (Bitv) to store the primes for better memory efficiency. See what people say about this article. Source code of the solution(s): Rust Tags: primes, rust