| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-ahocorasick-rs | Distribution: openSUSE Tumbleweed |
| Version: 1.0.3 | Vendor: openSUSE |
| Release: 1.1 | Build date: Fri Oct 31 00:58:17 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 1004584 | Source RPM: python-ahocorasick-rs-1.0.3-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/G-Research/ahocorasick_rs | |
| Summary: Search a string for multiple substrings at once | |
ahocorasick_rs allows you to search for multiple substrings ("patterns") in a given string ("haystack") using variations of the Aho-Corasick algorithm.
In particular, it's implemented as a wrapper of the Rust aho-corasick library, and provides a faster alternative to the pyahocorasick library.