Find multi-byte-encoded strings in binary data (Gitlab mirror).
-
Updated
Oct 13, 2024 - Rust
Find multi-byte-encoded strings in binary data (Gitlab mirror).
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets
memchr vs stringzilla - up to 7x throughput difference between two SIMD-accelerated substring search libraries in Rust
Collection of techniques for (binary) string searching
Boyer-Moore-MagicLen, a fast string search algorithm implemented in Rust.
Galil-Seiferas algorithm: String search in constant space, linear time, for nonorderable alphabets
Generic substring search for sequences. Requires elements that are equality comparable.
Rust implementation of Knuth-Morris-Pratt Searching
A CLI to search from files and directories. A mini version of grep
Add a description, image, and links to the string-search topic page so that developers can more easily learn about it.
To associate your repository with the string-search topic, visit your repo's landing page and select "manage topics."