Decision Workspace
wl_isomorphism vs graphica vs dress-graph
Side-by-side comparison of Rust crates
Implementation of the WL and 2-WL algorithms for graph isomorphism testing
Open-source multi-edge and mixed directional graph generation and canonization library
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.
Core Metrics
| wl_isomorphism | graphica | dress-graph | |
|---|---|---|---|
| Health Score | 38 | 52 | 48 |
| Total Downloads | 10.9K | 2.7K | 166 |
| 30d Downloads | 1.5K | 557 | 120 |
| Dependents | 0 | 8 | 0 |
| Releases | 2 | 5 | 12 |
| Last Updated | 428d ago | 27d ago | 10d ago |
| Age | 1y 2m | 4m | 1m |
Health Breakdown
Technical Details
| wl_isomorphism | graphica | dress-graph | |
|---|---|---|---|
| Version | 0.1.1 | 1.2.1 | 0.6.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 4 | 7 | 2 |
| Crate Size | 11KB | 25KB | 60KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 20.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.88 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •graphica leads with a health score of 52/100, but none of the options score above 80.
- •wl_isomorphism has the most downloads (10.9K), suggesting wider adoption.
- •⚠ wl_isomorphism has not been updated in over a year.
- •wl_isomorphism, dress-graph are pre-1.0 — API may change.