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
Nov 7, 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.
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."