1 dépôt
Serializes compiled regex databases into flat buffers with version and platform compatibility checks.
Distinct from Serialization Versioning: Distinct from Serialization Versioning: focuses on serializing regex pattern databases specifically, not general version management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Binary Pattern Serialization. Refine with filters or upvote what's useful.
Hyperscan is a high-performance regular expression matching library that scans large volumes of data against thousands of patterns simultaneously. It accepts PCRE-compatible regular expressions and supports multi-pattern matching in a single pass, approximate matching within a configurable edit distance, and streaming mode for processing data that arrives in blocks. The library is designed for throughput-oriented scanning across block, streaming, and vectored inputs. What distinguishes Hyperscan is its hybrid automata engine, which combines deterministic and nondeterministic finite automata t
Serializes compiled pattern databases with version and platform checks for storage or transfer.