2 releases
Uses old Rust 2015
0.2.1 | Oct 25, 2016 |
---|---|
0.2.0 | Oct 17, 2016 |
#4 in #segmented
37KB
568 lines
primesieve
Rust implementation of a segmented sieve of Eratosthenes with wheel factorisation.
lib.rs
:
A library for generating prime numbers using a segmented sieve.