Decision Workspace
boyer-moore-magiclen vs aho-corasick vs matcher_rs
Side-by-side comparison of Rust crates
52
boyer-moore-magiclen
growingv0.2.22
Boyer-Moore-MagicLen, a fast string search algorithm implemented in Rust.
65
aho-corasick
growingv1.1.4
Fast multiple substring searching.
60
matcher_rs
growingv0.11.0
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust.
Core Metrics
| boyer-moore-magiclen | aho-corasick | matcher_rs | |
|---|---|---|---|
| Health Score | 52 | 65 | 60 |
| Total Downloads | 1.5M | 728.6M | 48.8K |
| 30d Downloads | 187.0K | 48.4M | 208 |
| Dependents | 26 | 6.5K | 70 |
| Releases | 35 | 62 | 54 |
| Last Updated | 124d ago | 150d ago | 16d ago |
| Age | 6y 12m | 10y 9m | 1y 9m |
Health Breakdown
boyer-moore-magiclen
Maintenance
12
Quality
11
Community
10
Popularity
7
Documentation
12
aho-corasick
Maintenance
11
Quality
20
Community
14
Popularity
8
Documentation
12
matcher_rs
Maintenance
18
Quality
13
Community
10
Popularity
6
Documentation
13
Technical Details
| boyer-moore-magiclen | aho-corasick | matcher_rs | |
|---|---|---|---|
| Version | 0.2.22 | 1.1.4 | 0.11.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | Unlicense OR MIT | Apache-2.0 OR MIT |
| Dependencies | 5 | 3 | 10 |
| Crate Size | 9KB | 184KB | 302KB |
| Features | 1 | 4 | 4 |
| Yanked % | 11.4% | 3.2% | 1.8% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.68 | 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.
- •boyer-moore-magiclen, matcher_rs are pre-1.0 — API may change.