lua-aho-corasick
String matcher
An implementation of the Aho-Corasick string matching algorithm in C++ and Lua.
152 stars
27 watching
51 forks
Language: C++
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
flori/amatch | A collection of classes for string matching algorithms | 378 |
wojciechmula/pyahocorasick | A fast and memory-efficient library for exact or approximate string search | 951 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
cloudflare/raven-lua | A Lua interface to Sentry for error tracking and logging | 118 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
cloudflare/lua-re2 | A C and Lua wrapper for RE2's regular expression library | 36 |
laurikari/tre | A lightweight POSIX compliant regexp matching library with approximate matching capabilities. | 804 |
hleuwer/luasnmp | A Lua binding to the net-snmp library for monitoring network devices | 11 |
koihik/luaformatter | A tool to automatically reformat Lua source code according to predefined style guidelines. | 716 |
andreirudenko/linc_luajit | A Haxe library providing native bindings to LuaJIT for C++ target | 49 |
cloudflare/lua-capnproto | A Lua implementation of Cap'n Proto's data interchange format and capability-based RPC system | 147 |
marcoscoffier/lua---sfm | A wrapper around a web-based SFM solver for optimization problems in C | 3 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |
lexmag/simetric | Facilities to calculate the distance and similarity between strings using various algorithms | 61 |
rapidfuzz/rapidfuzz-cpp | A C++ library for fast string matching using the Levenshtein Distance algorithm | 244 |