string-matching topic

List string-matching repositories

effcee

88
Stars
37
Forks
Watchers

Effcee is a C++ library for stateful pattern matching of strings, inspired by LLVM's FileCheck

TeamReference

41
Stars
9
Forks
Watchers

Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.

PFAC

45
Stars
19
Forks
Watchers

PFAC is an open library for exact string matching performed on NVIDIA GPUs

stance

35
Stars
3
Forks
Watchers

Learned string similarity for entity names using optimal transport.

vmo

24
Stars
10
Forks
Watchers

Python Modules of Variable Markov Oracle

algos

17
Stars
1
Forks
Watchers

A collection of algorithms in rust

node-red-contrib-string

21
Stars
2
Forks
Watchers

Provides a string manipulation node with a chainable UI based on the concise and lightweight stringjs.com.

simd-byte-lookup

27
Stars
2
Forks
Watchers

SIMDized check which bytes are in a set

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