Decision Workspace
concurrent_prime_sieve vs prime-iter vs feanor-math
Side-by-side comparison of Rust crates
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.
38
prime-iter
growingv0.1.0
An incremental-sieve based prime generator
60
feanor-math
stablev3.5.17
A library for number theory, providing implementations for arithmetic in various rings and algorithms working on them.
Core Metrics
| concurrent_prime_sieve | prime-iter | feanor-math | |
|---|---|---|---|
| Health Score | 38 | 38 | 60 |
| Total Downloads | 19.4K | 1.6K | 79.4K |
| 30d Downloads | 44 | 3 | 294 |
| Dependents | 0 | 0 | 43 |
| Releases | 11 | 1 | 103 |
| Last Updated | 3316d ago | 1254d ago | 5d ago |
| Age | 9y 1m | 3y 5m | 2y 7m |
Health Breakdown
concurrent_prime_sieve
Maintenance
10
Quality
12
Community
3
Popularity
5
Documentation
8
prime-iter
Maintenance
1
Quality
17
Community
6
Popularity
4
Documentation
10
feanor-math
Maintenance
19
Quality
18
Community
7
Popularity
6
Documentation
10
Technical Details
| concurrent_prime_sieve | prime-iter | feanor-math | |
|---|---|---|---|
| Version | 0.3.3 | 0.1.0 | 3.5.17 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 1 | 18 |
| Crate Size | 7KB | 7KB | 443KB |
| Features | 0 | 2 | 7 |
| Yanked % | 9.1% | 0.0% | 1.9% |
| Edition | — | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •feanor-math leads with a health score of 60/100, but none of the options score above 80.
- •⚠ concurrent_prime_sieve, prime-iter have not been updated in over a year.
- •concurrent_prime_sieve, prime-iter are pre-1.0 — API may change.