Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
-
Updated
Dec 8, 2024 - Rust
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
Faster standard C library string search
finds the index of a given substring if it exists, otherwise returns -1.
Add a description, image, and links to the strstr topic page so that developers can more easily learn about it.
To associate your repository with the strstr topic, visit your repo's landing page and select "manage topics."