BurntSushi/memchr
Optimized string search routines for Rust. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4101
- days_rel: n/a
- days_push: 23
- n_releases_24m: 0
Adoption not part of the score
1542 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library providing heavily optimized byte and substring search routines, accelerated with SIMD on x86_64, aarch64, and wasm32. It operates on raw bytes without regard to encoding and supports no_std environments.
Use cases
- find the position of a byte in a slice as fast as possible
- search for a substring in a byte buffer
- parse large text or binary files quickly in Rust
- write a no_std crate that needs fast byte searching
- speed up tokenization or splitting on delimiters
- implement a custom text search engine or regex engine
When to choose
- you need maximum-performance byte or substring search in Rust
- you want SIMD acceleration with portable fallbacks
- you need no_std support
- you are building parsers, regex engines, or text processing tools
When to avoid
- you need Unicode-aware string search with encoding semantics
- you need regex or multi-pattern search (use the regex or aho-corasick crates)
- you are not working in Rust
Facets
library · maturity stable
search-engine parser developer-tools performance developer-tools parsers rust wasm cross-platform memchr substring-search simd no-std bytes string-searching rabin-karp twoway algorithms
2 sources
- readme: https://github.com/BurntSushi/memchr · fetched 2026-08-28 · 687793f2dc11
- registry_crates: https://crates.io/api/v1/crates/memchr · fetched 2026-08-29 · caa8cfa00046
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BurntSushi/memchr | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="BurntSushi/memchr")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem