Decision Workspace
pretree vs meminterval vs incremental-tree-set-union
Side-by-side comparison of Rust crates
44
pretree
growingv1.0.2
Pretree is a package for storing and querying routing rules with prefix tree. Pretree 是一个用于存储和查询路由规则的包。它用前缀树存储路由规则,支持包含变量的路由。
54
meminterval
growingv0.4.2
A simple interval-tree in Rust made to store memory mappings
48
incremental-tree-set-union
experimentalv0.1.1
Gabow-Tarjan linear-time algorithm for incremental tree set union (JCSS 1985)
Core Metrics
| pretree | meminterval | incremental-tree-set-union | |
|---|---|---|---|
| Health Score | 44 | 54 | 48 |
| Total Downloads | 4.1K | 467.9K | 22 |
| 30d Downloads | 5 | 22.9K | 22 |
| Dependents | 0 | 51 | 0 |
| Releases | 3 | 6 | 2 |
| Last Updated | 1657d ago | 235d ago | 5d ago |
| Age | 4y 6m | 3y 5m | 6d |
Health Breakdown
pretree
Maintenance
4
Quality
21
Community
6
Popularity
4
Documentation
9
meminterval
Maintenance
7
Quality
16
Community
11
Popularity
7
Documentation
13
incremental-tree-set-union
Maintenance
14
Quality
14
Community
6
Popularity
2
Documentation
12
Technical Details
| pretree | meminterval | incremental-tree-set-union | |
|---|---|---|---|
| Version | 1.0.2 | 0.4.2 | 0.1.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | GPL-3.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 6 |
| Crate Size | 17KB | 10KB | 106KB |
| Features | 0 | 1 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •meminterval leads with a health score of 54/100, but none of the options score above 80.
- •⚠ pretree has not been updated in over a year.
- •meminterval, incremental-tree-set-union are pre-1.0 — API may change.