Decision Workspace
flat_bit_set vs fixedbitset vs hi_sparse_bitset
Side-by-side comparison of Rust crates
39
flat_bit_set
growingv0.1.0
有序、稀疏、节省空间的 bitset,适用于小数据量
59
fixedbitset
growingv0.5.7
FixedBitSet is a simple bitset collection
57
hi_sparse_bitset
growingv0.9.0
Hierarchical sparse bitset. Incredibly high performance. Compact memory usage.
Core Metrics
| flat_bit_set | fixedbitset | hi_sparse_bitset | |
|---|---|---|---|
| Health Score | 39 | 59 | 57 |
| Total Downloads | 1.0K | 364.1M | 20.2K |
| 30d Downloads | 0 | 30.7M | 2.1K |
| Dependents | 0 | 2.3K | 10 |
| Releases | 1 | 30 | 17 |
| Last Updated | 544d ago | 771d ago | 11d ago |
| Age | 1y 5m | 11y 1m | 2y 5m |
Health Breakdown
flat_bit_set
Maintenance
2
Quality
15
Community
5
Popularity
4
Documentation
13
fixedbitset
Maintenance
4
Quality
13
Community
19
Popularity
8
Documentation
15
hi_sparse_bitset
Maintenance
18
Quality
14
Community
8
Popularity
5
Documentation
12
Technical Details
| flat_bit_set | fixedbitset | hi_sparse_bitset | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.7 | 0.9.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 11 | 2 | 16 |
| Crate Size | 19KB | 27KB | 82KB |
| Features | 2 | 2 | 3 |
| Yanked % | 0.0% | 10.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.56 | 1.95 |
| Owners | 1 | 4 (team) | 1 |
Links
Quick Verdict
- •fixedbitset leads with a health score of 59/100, but none of the options score above 80.
- •fixedbitset is depended on by 2.3K crates — strongest ecosystem trust.
- •⚠ flat_bit_set, fixedbitset have not been updated in over a year.