mspm
Pattern Matcher
An algorithm implementation for efficient multi-string pattern matching using trie data structures.
Multi-String Pattern Matching Algorithm Using TrieNode
26 stars
3 watching
4 forks
Language: Go
last commit: over 6 years ago
Linked from 2 awesome lists
aho-corasickgolangmulti-searchsearchtrie
Related projects:
Repository | Description | Stars |
---|---|---|
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 395 |
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
knowitall/openregex | A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |
sabakihq/boardmatcher | An algorithmic system for identifying patterns and shapes in Go board arrangements. | 18 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
mgwidmann/elixir-pattern_tap | A macro that allows safe and concise pattern matching within the pipe operator | 58 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
michelcrypt4d4mus/yaralyzer | Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 107 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
krux02/ast-pattern-matching | A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
andreaferretti/patty | A pattern matching library for Nim | 277 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |