Decision Workspace
prime-iter vs concurrent_prime_sieve vs prim
Side-by-side comparison of Rust crates
38
prime-iter
growingv0.1.0
An incremental-sieve based prime generator
38
concurrent_prime_sieve
growingv0.3.3
Tools for generating filters and collections with primes concurrently. Rust implementation of the Sieve of Atkin. This implementation runs in O( sqrt(max_num) + section_size ) (where section_size = max_num - min_num). Integrated with primal for increased speed in some cases.
34
prim
growingv0.1.5
Simple crate to find prime numbers.
Core Metrics
| prime-iter | concurrent_prime_sieve | prim | |
|---|---|---|---|
| Health Score | 38 | 38 | 34 |
| Total Downloads | 1.6K | 19.4K | 7.4K |
| 30d Downloads | 3 | 42 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 11 | 6 |
| Last Updated | 1254d ago | 3316d ago | 1618d ago |
| Age | 3y 5m | 9y 1m | 4y 5m |
Health Breakdown
prime-iter
Maintenance
1
Quality
17
Community
6
Popularity
4
Documentation
10
concurrent_prime_sieve
Maintenance
10
Quality
12
Community
3
Popularity
5
Documentation
8
prim
Maintenance
5
Quality
9
Community
3
Popularity
5
Documentation
12
Technical Details
| prime-iter | concurrent_prime_sieve | prim | |
|---|---|---|---|
| Version | 0.1.0 | 0.3.3 | 0.1.5 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 3 | 1 |
| Crate Size | 7KB | 7KB | 2KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 9.1% | 83.3% |
| Edition | 2021 | — | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •prime-iter leads with a health score of 38/100, but none of the options score above 80.
- •concurrent_prime_sieve has the most downloads (19.4K), suggesting wider adoption.
- •⚠ prime-iter, concurrent_prime_sieve, prim have not been updated in over a year.