Decision Workspace
network-isomorphism-solver vs dress-graph vs rs-graph
Side-by-side comparison of Rust crates
Network isomorphism solver using Links Theory - determines if two networks are structurally identical
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.
A library for graph algorithms and combinatorial optimization
Core Metrics
| network-isomorphism-solver | dress-graph | rs-graph | |
|---|---|---|---|
| Health Score | 45 | 48 | 45 |
| Total Downloads | 16 | 166 | 122.1K |
| 30d Downloads | 3 | 120 | 655 |
| Dependents | 0 | 0 | 21 |
| Releases | 1 | 12 | 35 |
| Last Updated | 70d ago | 10d ago | 942d ago |
| Age | 2m | 1m | 8y 8m |
Health Breakdown
Technical Details
| network-isomorphism-solver | dress-graph | rs-graph | |
|---|---|---|---|
| Version | 0.2.0 | 0.6.1 | 0.21.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Unlicense | MIT | GPL-3.0+ |
| Dependencies | 3 | 2 | 12 |
| Crate Size | 46KB | 60KB | 358KB |
| Features | 0 | 2 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | 1.70 | — | — |
| 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.
- •rs-graph has the most downloads (122.1K), suggesting wider adoption.
- •⚠ rs-graph has not been updated in over a year.