mspm
Pattern Matcher
An algorithm implementation for efficient multi-string pattern matching using trie data structures.
Multi-String Pattern Matching Algorithm Using TrieNode
25 stars
3 watching
4 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists
aho-corasickgolangmulti-searchsearchtrie
Related projects:
Repository | Description | Stars |
---|---|---|
| An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
| A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 412 |
| A macro-based library for pattern matching in Nim programming language | 103 |
| A flexible regular expression language and engine for token-based pattern matching in natural language processing. | 75 |
| An algorithmic system for identifying patterns and shapes in Go board arrangements. | 18 |
| An experimental C++ pattern matching library | 670 |
| An implementation of pattern matching for Go. | 246 |
| Provides a functional-style recursive pattern matching framework for Python | 29 |
| A macro that allows safe and concise pattern matching within the pipe operator | 58 |
| A compiler for pattern matching in Common Lisp | 336 |
| Analyzes binary and text data for YARA and regex matches, visualizes results with colors, and attempts to decode matched regions | 109 |
| A C++ library providing a functional programming style pattern-matching mechanism | 1,286 |
| A library for matching patterns on abstract syntax trees (ASTs) in programming languages. | 100 |
| A pattern matching library for Nim | 277 |
| A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |