Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
-
Updated
Dec 1, 2025 - Rust
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
Faster standard C library string search
finds the index of a given substring if it exists, otherwise returns -1.
Find and replace fixed-strings
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."