Decision Workspace
group-varint-encoding vs int-compression-4-wise vs group-varint-offset-encoding
Side-by-side comparison of Rust crates
40
group-varint-encoding
growingv0.1.2
Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
39
int-compression-4-wise
growingv0.1.1
Fast algorithm to compress lists if integers in blocks of 4. Appends 0 to blocks, if length of input is not divisable by 4.
39
group-varint-offset-encoding
growingv0.1.1
Fast algorithm to compress lists if integers in blocks of 4. Appends 0s to blocks, if length of input is not divisable by 4.
Core Metrics
| group-varint-encoding | int-compression-4-wise | group-varint-offset-encoding | |
|---|---|---|---|
| Health Score | 40 | 39 | 39 |
| Total Downloads | 4.6K | 3.2K | 2.8K |
| 30d Downloads | 22 | 19 | 4 |
| Dependents | 1 | 0 | 0 |
| Releases | 3 | 2 | 2 |
| Last Updated | 1227d ago | 1274d ago | 1228d ago |
| Age | 3y 5m | 3y 5m | 3y 4m |
Health Breakdown
group-varint-encoding
Maintenance
4
Quality
15
Community
7
Popularity
4
Documentation
10
int-compression-4-wise
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
10
group-varint-offset-encoding
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| group-varint-encoding | int-compression-4-wise | group-varint-offset-encoding | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 2 | 1 |
| Crate Size | 6KB | 7KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •group-varint-encoding leads with a health score of 40/100, but none of the options score above 80.
- •⚠ group-varint-encoding, int-compression-4-wise, group-varint-offset-encoding have not been updated in over a year.