Decision Workspace
bit-parallel-search vs aho-corasick vs matcher_rs
Side-by-side comparison of Rust crates
44
bit-parallel-search
experimentalv0.1.0
Blazing fast string search using bit-parallel algorithms - up to 8x faster than naive search
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
| bit-parallel-search | aho-corasick | matcher_rs | |
|---|---|---|---|
| Health Score | 44 | 65 | 60 |
| Total Downloads | 360 | 728.6M | 48.8K |
| 30d Downloads | 3 | 48.4M | 208 |
| Dependents | 0 | 6.5K | 70 |
| Releases | 1 | 62 | 54 |
| Last Updated | 181d ago | 150d ago | 16d ago |
| Age | 6m | 10y 9m | 1y 9m |
Health Breakdown
bit-parallel-search
Maintenance
5
Quality
15
Community
6
Popularity
3
Documentation
15
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
| bit-parallel-search | aho-corasick | matcher_rs | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.4 | 0.11.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Unlicense OR MIT | Apache-2.0 OR MIT |
| Dependencies | 6 | 3 | 10 |
| Crate Size | 32KB | 184KB | 302KB |
| Features | 4 | 4 | 4 |
| Yanked % | 0.0% | 3.2% | 1.8% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.65 | 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.
- •bit-parallel-search, matcher_rs are pre-1.0 — API may change.