Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memo...
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.
Aho-Corasick multi-string search for .NET and SQL Server.
Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations across CPUs and GPUs in Rust 🦀
#算法刷题#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