substring-search
There are 49 repositories under substring-search topic.
m31coding/fuzzy-search
A fast, accurate and multilingual fuzzy search library for the frontend.
BurntSushi/bstr
A string type for Rust that is not required to be valid UTF-8.
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 🐍
cloudflare/sliceslice-rs
A fast implementation of single-pattern substring search using SIMD acceleration.
petar-dambovaliev/aho-corasick
efficient string matching in Golang via the aho-corasick algorithm.
sunkafei/coffeedb
An out-of-the-box keyword search database.
nreco/AhoCorasickDoubleArrayTrie
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
miket-dev/multiselect
Pure js multiselect implementation
cschen1205/cs-algorithms
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
lijqhs/algorithms-notes
Notes of Algorithms Learning
sykwon/teddy-dream
[VLDB'22] Cardinality Estimation of Approximate Substring Queries using Deep Learning.
reugn/gravity
An efficient Java substring search library
krmbzds/qf
Extract substrings from a block of text
jnayak1/kmp-mpc
Knuth Morris Pratt Multi-Party Computation
gritt/uber-dna-dojo
dna coding challenge
storm-ptr/step20
Step20 is a C++20, header-only library of STL-like algorithms and data structures
kachick/PSFzfHistory
Tiny fzf integration for history substring search in PowerShell
wellloy1/strops-js
Provides simple and the most useful methods to string operations in JavaScript / Node.js
jmfn/node-aho-corasick-benchmarks
Benchmark various aho-carosick node libraries against large corpus text and pattern lengths
Lolik-Bolik/SubstringSearch
Repositiry for substring search problem
mayurkadampro/Substring-Finder
A Small Python Script that looks for a Password/User Entered String in a File
mooreryan/derep_seqs
Dereplicate long sequences
aleksandarkiridzic/dna-sequence-aligner
Basic seed-and-extend DNA sequence read aligner
jdm365/SuffixArray
Suffix Array implemented in c/c++ exposed to python through cython.
LordShadow505/Data-Structures
Algorithms and implementations for data structures
namitkewat/cy_aho_corasick
Cython bindings on C++ aho_corasick libarary
NinePiece2/UsefulAlgorithms
Useful Algorithms covering multiple topics completed in Java.
playwithalgos/boyer-moore-horspool
Play with the Boyer-Moore algorithm for search a substring in a string
ritsource/fast-substring-search
Fast and scalable substring search over text files using Suffix Trees (Ukkonen’s Algorithm).
AndrVLDZ/substring-remover
Console application to remove a substring from all filenames in the folder it was run in.
lilyreber/substring-lib
A C++ library of various algorithms for substring searching
denyskryvytskyi/capgemini-simd
SIMD usage for vector additon, matrix multiplication, dot product, and substring search
lamzaone/DFA-multiple-search
DFA multiple substring search
miladtsx/pyractice_array
Group circular rotations similar words
Mimmey/BoyerMoore
Boyer-Moore algorithm