string-search
There are 132 repositories under string-search topic.
ashvardanian/StringZilla
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
taleinat/fuzzysearch
Find parts of long text or data, allowing for some changes/typos.
codeplea/ahocorasickphp
Aho-Corasick multi-keyword string searching library in PHP.
unruledboy/WuManber
WuManber text search/matching implementation using c#
darx0r/Stingray
IDAPython plugin for finding function strings recursively
getreu/stringsext
Find multi-byte-encoded strings in binary data (Gitlab mirror).
Daniel-Liu-c0deb0t/triple_accel
Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
andreaferretti/cello
A string library
BrunoRB/ahocorasick
Aho-corasick for javascript.
Daniel-Liu-c0deb0t/UMICollapse
Accelerating the deduplication and collapsing process for reads with Unique Molecular Identifiers (UMI). Heavily optimized for scalability and orders of magnitude faster than a previous tool.
bluss/twoway
Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets
mganss/AhoCorasick
Aho-Corasick multi-string search for .NET and SQL Server.
ashvardanian/stringzilla-benchmarks-rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
almondtools/stringsearchalgorithms
String matching algorithms for searching a single or multiple strings in large texts
almondtools/stringbench
String matching algorithm benchmark
jalal246/textics
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
alexandrnikitin/AhoCorasick.Net
Implementation of Aho-Corasick string matching algorithm for .NET
JOU-amjs/sdm2
A high performance library to match discontinuous strings.
CGJennings/fjs-string-matching
Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm
fasterthanlime/stringsearch
Collection of techniques for (binary) string searching
magiclen/node-fast-string-search
Fast search substrings in a string by using N-API and boyer-moore-magiclen.
jedld/multi_string_replace
A fast multiple string replace library for ruby. Uses a C implementation of the Aho–Corasick Algorithm based on https://github.com/morenice/ahocorasick while adding support for on the fly multiple string replacement. Faster alternative to String.gsub when dealing with non-regex (exact match) use cases
allebb/linguist
Linguist is a PHP library for parsing strings, it can extract and manipulate prefixed words in content ideal for working with @mentions, #topics and custom tags!
farfella/ntfs-cpu-search
From 2011: Quickly search for files in NTFS volumes parsing the Master File Table (MFT). A decent amount of how NTFS and MFT work was painstakingly reverse-engineered since it's undocumented.
zakonweb/string-manipulation-AS
All String Manipulation Codes Will be Uploaded here.
chuanconggao/TopSim
Efficiently search the most similar strings against the query in Python.
viest/php-ext-ffs
Fast string search for PHP7 extension
cristeigabriel/altdumper
Simple, fully external, smart, fast, JSON-configurated, feature-rich Windows x86 DLL Memory Dumper with Code Generation. Written in Modern C++.
PG1003/lex
C++ library for Lua style pattern matching
hzeng-otterai/ffsearch
Fast fuzzy string search
andreiamatuni/strings
strings for zig
ifplusor/actrie
Aho-Corasick automation for large-scale multi-pattern matching. Available for C/C++, Python, and Java on Linux, macOS, and Windows.
magiclen/boyer-moore-magiclen
Boyer-Moore-MagicLen, a fast string search algorithm implemented in Rust.
chen0040/pyalgs
Package pyalgs implements algorithms in Robert Sedgwick's Algorithms using Python
pie6k/fuzzystring
🕵 Simple fuzzy search library written in TypeScript
amanchadha/regex-cheatsheet
RegEx Cheatsheet | Authored by Yours Truly