Projects in Awesome Lists tagged with substring-search
A curated list of projects in awesome lists tagged with substring-search .
https://github.com/burntsushi/bstr
A string type for Rust that is not required to be valid UTF-8.
byte-string bytes graphemes substring substring-search unicode utf-8
Last synced: 19 Oct 2025
https://github.com/BurntSushi/bstr
A string type for Rust that is not required to be valid UTF-8.
byte-string bytes graphemes substring substring-search unicode utf-8
Last synced: 10 Apr 2025
https://github.com/cloudflare/sliceslice-rs
A fast implementation of single-pattern substring search using SIMD acceleration.
avx2 search-in-text simd simd-instructions simd-programming substring-search text-processing
Last synced: 09 Apr 2025
https://github.com/ashvardanian/StringWars
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 🐍
benchmark bioinformatics database dataframe levenshtein-distance libc memchr polars rapids string string-search strstr substring-search
Last synced: 08 Oct 2025
https://github.com/ashvardanian/stringwars
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 🐍
benchmark bioinformatics database dataframe levenshtein-distance libc memchr polars rapids string string-search strstr substring-search
Last synced: 18 Jan 2026
https://github.com/ashvardanian/stringwa.rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
benchmark libc memchr string string-search strstr substring-search
Last synced: 14 Sep 2025
https://github.com/ashvardanian/stringzilla-benchmarks-rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
benchmark libc memchr string string-search strstr substring-search
Last synced: 22 Mar 2025
https://github.com/nreco/ahocorasickdoublearraytrie
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
aho-corasick aho-corasick-algorithm aho-corasick-automation csharp double-array net-core net-standard substring-search trie
Last synced: 30 Apr 2025
https://github.com/cschen1205/cs-algorithms
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
algorithms bellman-ford-algorithm binary-search-tree dijkstra max-flow red-black-tree sorting-algorithms substring-search symbol-table topological-sort
Last synced: 03 Sep 2025
https://github.com/reugn/gravity
An efficient Java substring search library
exact-string-matching java string-matching string-search substring-search tree-search trie
Last synced: 15 Apr 2025
https://github.com/krmbzds/qf
Extract substrings from a block of text
productivity-tools regular-expressions rubygem search substring-search unix-command
Last synced: 15 Mar 2025
https://github.com/wellloy1/strops-js
Provides simple and the most useful methods to string operations in JavaScript / Node.js
html-parser javascript nodejs parsing remove-substrings replace-substring strings substring-search text-parser
Last synced: 30 Apr 2026
https://github.com/jnayak1/kmp-mpc
Knuth Morris Pratt Multi-Party Computation
knuth-morris-pratt multi-party-computation oram substring-search
Last synced: 12 Oct 2025
https://github.com/kachick/psfzfhistory
Tiny fzf integration for history substring search in PowerShell
fzf history powershell substring-search
Last synced: 30 Apr 2025
https://github.com/playwithalgos/boyer-moore-horspool
Play with the Boyer-Moore algorithm for search a substring in a string
boyer-moore-horspool educational-project substring-search
Last synced: 19 Apr 2026
https://github.com/bjarneo/among
Find the substring / element between the $start and $end argument.
Last synced: 30 Oct 2025
https://github.com/fbonhomm/knuth-morris-pratt
[EN] Implementation of the Knuth-Morris-Pratt algorithm / [FR] Implémentation de l'algorithme Knuth-Morris-Pratt
kmp kmp-algorithm knuth-morris-pratt substring-search
Last synced: 11 Jan 2026
https://github.com/miladtsx/pyractice_array
Group circular rotations similar words
grouping-and-summarizing similarity-search substring-search
Last synced: 14 Jan 2026
https://github.com/denyskryvytskyi/capgemini-simd
SIMD usage for vector additon, matrix multiplication, dot product, and substring search
assembly cpp gpgpu gpgpu-computing matrix matrix-multiplication simd substring-search vector vectorization
Last synced: 18 May 2026
https://github.com/lilyreber/substring-lib
A C++ library of various algorithms for substring searching
Last synced: 20 Mar 2025
https://github.com/lamzaone/dfa-multiple-search
DFA multiple substring search
deterministic-finite-automata dfa dfa-simulator multiple-searching substring-search
Last synced: 15 Mar 2025
https://github.com/candytale55/substring_between_letters_py_3
substring_between_letters() takes a string named _word_, a single character named _start_, and another character named _end_. This function should return the substring between the first occurrence of _start_ and _end_ in word. If _start_ or _end_ are not in _word_, the function should return _word_. For example, substring_between_letters("apple", "p", "e") should return "pl".
code-challenges codecademy python-strings string-challenges-codecademy string-manipulation substring-search substrings
Last synced: 31 Mar 2025