Decision Workspace
poisson vs dynamic_poisson_sampling vs fast_poisson
Side-by-side comparison of Rust crates
36
poisson
growingv0.10.1
Poisson-disk distribution generator.
35
dynamic_poisson_sampling
growingv1.0.0
A poisson disk sampling with dynamic distance.
47
fast_poisson
growingv1.0.2
An implementation of Bridson's algorithm for fast Poisson disk sampling
Core Metrics
| poisson | dynamic_poisson_sampling | fast_poisson | |
|---|---|---|---|
| Health Score | 36 | 35 | 47 |
| Total Downloads | 24.0K | 1.5K | 43.1K |
| 30d Downloads | 100 | 4 | 1.5K |
| Dependents | 2 | 0 | 15 |
| Releases | 12 | 1 | 11 |
| Last Updated | 2366d ago | 703d ago | 366d ago |
| Age | 10y 10m | 1y 11m | 5y |
Health Breakdown
poisson
Maintenance
4
Quality
14
Community
4
Popularity
5
Documentation
9
dynamic_poisson_sampling
Maintenance
1
Quality
17
Community
3
Popularity
4
Documentation
10
fast_poisson
Maintenance
5
Quality
16
Community
8
Popularity
6
Documentation
12
Technical Details
| poisson | dynamic_poisson_sampling | fast_poisson | |
|---|---|---|---|
| Version | 0.10.1 | 1.0.0 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 7 | 5 | 9 |
| Crate Size | 14KB | 160KB | 24KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 18.2% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | 1.67 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast_poisson leads with a health score of 47/100, but none of the options score above 80.
- •⚠ poisson, dynamic_poisson_sampling, fast_poisson have not been updated in over a year.
- •poisson is pre-1.0 — API may change.