Decision Workspace
scrolling_window_pattern_matcher vs ogex vs aho-corasick
Side-by-side comparison of Rust crates
54
scrolling_window_pattern_matcher
growingv3.0.1
A unified pattern matching library with optional context support and extractor-driven architecture for streaming data processing.
48
ogex
experimentalv0.1.1
A regex engine with unified syntax for named groups and backreferences
65
aho-corasick
growingv1.1.4
Fast multiple substring searching.
Core Metrics
| scrolling_window_pattern_matcher | ogex | aho-corasick | |
|---|---|---|---|
| Health Score | 54 | 48 | 65 |
| Total Downloads | 3.8K | 50 | 728.6M |
| 30d Downloads | 13 | 33 | 46.8M |
| Dependents | 0 | 2 | 6.5K |
| Releases | 11 | 2 | 62 |
| Last Updated | 211d ago | 3d ago | 150d ago |
| Age | 8m | 1m | 10y 9m |
Health Breakdown
scrolling_window_pattern_matcher
Maintenance
11
Quality
18
Community
6
Popularity
4
Documentation
15
ogex
Maintenance
14
Quality
15
Community
7
Popularity
2
Documentation
10
aho-corasick
Maintenance
11
Quality
20
Community
14
Popularity
8
Documentation
12
Technical Details
| scrolling_window_pattern_matcher | ogex | aho-corasick | |
|---|---|---|---|
| Version | 3.0.1 | 0.1.1 | 1.1.4 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MPL-2.0 | Unlicense OR MIT |
| Dependencies | 2 | 6 | 3 |
| Crate Size | 32KB | 64KB | 184KB |
| Features | 0 | 3 | 4 |
| Yanked % | 0.0% | 0.0% | 3.2% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | 1.70 | — | 1.60.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •aho-corasick leads with a health score of 65/100, but none of the options score above 80.
- •aho-corasick is depended on by 6.5K crates — strongest ecosystem trust.
- •ogex is pre-1.0 — API may change.