Decision Workspace
graph-similarity-cmd vs dress-graph vs graph-neighbor-matching
Side-by-side comparison of Rust crates
29
graph-similarity-cmd
growingv0.0.1
Command-line utility to calculate similarity between two graphs
48
dress-graph
experimentalv0.6.1
DRESS is a deterministic, parameter-free framework that iteratively refines the structural similarity of edges in a graph to produce a canonical fingerprint: a real-valued edge vector, obtained by converging a non-linear dynamical system to its unique fixed point. The fingerprint is isomorphism-invariant by construction, numerically stable (no overflow, no error amplification, no undefined behavior), fast and embarrassingly parallel to compute: DRESS total runtime is O(I * m * d_max) for I iterations to convergence, and convergence is guaranteed by Birkhoff contraction.
35
graph-neighbor-matching
growingv0.9.0
Graph similarity score using neighbor matching
Core Metrics
| graph-similarity-cmd | dress-graph | graph-neighbor-matching | |
|---|---|---|---|
| Health Score | 29 | 48 | 35 |
| Total Downloads | 2.9K | 166 | 32.1K |
| 30d Downloads | 3 | 120 | 81 |
| Dependents | 0 | 0 | 1 |
| Releases | 1 | 12 | 17 |
| Last Updated | 3681d ago | 10d ago | 1905d ago |
| Age | 10y 1m | 1m | 10y 3m |
Health Breakdown
graph-similarity-cmd
Maintenance
1
Quality
14
Community
2
Popularity
4
Documentation
8
dress-graph
Maintenance
13
Quality
16
Community
6
Popularity
3
Documentation
10
graph-neighbor-matching
Maintenance
4
Quality
13
Community
4
Popularity
5
Documentation
9
Technical Details
| graph-similarity-cmd | dress-graph | graph-neighbor-matching | |
|---|---|---|---|
| Version | 0.0.1 | 0.6.1 | 0.9.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 5 | 2 | 8 |
| Crate Size | 2KB | 60KB | 24KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dress-graph leads with a health score of 48/100, but none of the options score above 80.
- •graph-neighbor-matching has the most downloads (32.1K), suggesting wider adoption.
- •⚠ graph-similarity-cmd, graph-neighbor-matching have not been updated in over a year.