memchr vs stringzilla - up to 7x throughput difference between two SIMD-accelerated substring search libraries in Rust
-
Updated
Apr 18, 2024 - Rust
memchr vs stringzilla - up to 7x throughput difference between two SIMD-accelerated substring search libraries in Rust
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."