Decision Workspace
lilbits vs fastset vs byte_set
Side-by-side comparison of Rust crates
29
lilbits
growingv0.1.0
Super fast u8 set (ie bitmap) relying on the assumption that elements are <= 63
47
fastset
growingv0.5.2
Fast set implementation for dense, bounded integer collections, optimized for quick updates and access.
42
byte_set
growingv0.1.3
Efficient sets of bytes.
Core Metrics
| lilbits | fastset | byte_set | |
|---|---|---|---|
| Health Score | 29 | 47 | 42 |
| Total Downloads | 2.0K | 12.6K | 8.8K |
| 30d Downloads | 3 | 38 | 69 |
| Dependents | 0 | 6 | 1 |
| Releases | 1 | 11 | 4 |
| Last Updated | 2992d ago | 313d ago | 2114d ago |
| Age | 8y 2m | 2y | 5y 10m |
Health Breakdown
lilbits
Maintenance
1
Quality
15
Community
3
Popularity
4
Documentation
6
fastset
Maintenance
8
Quality
14
Community
7
Popularity
5
Documentation
13
byte_set
Maintenance
4
Quality
14
Community
7
Popularity
5
Documentation
12
Technical Details
| lilbits | fastset | byte_set | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.2 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | non-standard | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 5 | 7 |
| Crate Size | 6KB | 28KB | 30KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fastset leads with a health score of 47/100, but none of the options score above 80.
- •⚠ lilbits, byte_set have not been updated in over a year.