Decision Workspace
dress-graph vs network-isomorphism-solver vs scirs2-graph
Side-by-side comparison of Rust crates
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.
Network isomorphism solver using Links Theory - determines if two networks are structurally identical
Graph processing module for SciRS2 (scirs2-graph)
Core Metrics
| dress-graph | network-isomorphism-solver | scirs2-graph | |
|---|---|---|---|
| Health Score | 48 | 45 | 55 |
| Total Downloads | 166 | 16 | 7.7K |
| 30d Downloads | 120 | 3 | 714 |
| Dependents | 0 | 0 | 138 |
| Releases | 12 | 1 | 27 |
| Last Updated | 10d ago | 70d ago | 1d ago |
| Age | 1m | 2m | 11m |
Health Breakdown
Technical Details
| dress-graph | network-isomorphism-solver | scirs2-graph | |
|---|---|---|---|
| Version | 0.6.1 | 0.2.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Unlicense | Apache-2.0 |
| Dependencies | 2 | 3 | 13 |
| Crate Size | 60KB | 46KB | 874KB |
| Features | 2 | 0 | 18 |
| Yanked % | 0.0% | 0.0% | 29.6% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.70 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •scirs2-graph leads with a health score of 55/100, but none of the options score above 80.
- •scirs2-graph is depended on by 138 crates — strongest ecosystem trust.