hyperscan
Regex scanner
A high-performance regular expression matching library for efficient pattern scanning in large data streams
High-performance regular expression matching library
5k stars
186 watching
723 forks
Language: C++
last commit: 10 months ago
Linked from 3 awesome lists
regex
Related projects:
Repository | Description | Stars |
---|---|---|
| Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A tool for comparing the performance of different regular expression engines | 103 |
| A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A live regular expression testing environment built with curses. | 8 |
| A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
| A Swift library that provides an expressive and flexible regular expression type | 612 |
| A library implementing a fast and descriptive regular expression engine for string matching | 228 |
| Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| Detects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues. | 320 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A regular expression library for matching ANSI escape codes | 188 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |