Repository navigation

#

string-search

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 🦖

C
2509
11 小时前

Find parts of long text or data, allowing for some changes/typos.

Python
319
8 个月前

Aho-Corasick multi-keyword string searching library in PHP.

PHP
185
7 年前

WuManber text search/matching implementation using c#

C#
154
3 年前

IDAPython plugin for finding function strings recursively

Python
133
3 年前

Find multi-byte-encoded strings in binary data (Gitlab mirror).

Rust
122
6 个月前

Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.

Rust
108
2 年前

A string library

Nim
79
3 年前

Aho-corasick for javascript.

JavaScript
77
8 个月前

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.

Java
72
1 年前

Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets

Rust
64
4 年前

Aho-Corasick multi-string search for .NET and SQL Server.

C#
61
2 个月前

String matching algorithms for searching a single or multiple strings in large texts

Java
45
10 个月前

Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations

Rust
45
1 个月前

String matching algorithm benchmark

Java
37
1 年前

📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.

JavaScript
36
3 年前

Implementation of Aho-Corasick string matching algorithm for .NET

C#
30
9 年前

A high performance library to match discontinuous strings.

TypeScript
27
2 年前

Collection of techniques for (binary) string searching

Rust
23
5 年前

Official sample code for the very fast Franek-Jennings-Smyth (FJS) full text string search algorithm

Java
23
4 年前