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 🦖
Find parts of long text or data, allowing for some changes/typos.
#算法刷题#Aho-Corasick multi-keyword string searching library in PHP.
#算法刷题#WuManber text search/matching implementation using c#
IDAPython plugin for finding function strings recursively
Find multi-byte-encoded strings in binary data (Gitlab mirror).
#算法刷题#Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
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.
Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets
Aho-Corasick multi-string search for .NET and SQL Server.
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
#算法刷题#String matching algorithms for searching a single or multiple strings in large texts
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
Implementation of Aho-Corasick string matching algorithm for .NET
A high performance library to match discontinuous strings.
#算法刷题#Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm