string-search topic

List string-search repositories

twoway

65
Stars
5
Forks
Watchers

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

multi_string_replace

21
Stars
2
Forks
Watchers

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 str...

UMICollapse

52
Stars
8
Forks
Watchers

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.

php-ext-ffs

18
Stars
2
Forks
Watchers

Fast string search for PHP7 extension

textics

36
Stars
3
Forks
Watchers

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

node-fast-string-search

19
Stars
2
Forks
Watchers

Fast search substrings in a string by using N-API and boyer-moore-magiclen.

linguist

19
Stars
2
Forks
Watchers

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!

TopSim

18
Stars
4
Forks
Watchers

Efficiently search the most similar strings against the query in Python.

stringbench

35
Stars
6
Forks
Watchers

String matching algorithm benchmark

stringsearchalgorithms

44
Stars
4
Forks
Watchers

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