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. Comments Discussions around the web Source code of the solution(s): Rust Tags: primes, rust