hyperscan

Regex scanner

A high-performance regular expression matching library for efficient pattern scanning in large data streams

High-performance regular expression matching library

GitHub

5k stars
186 watching
723 forks
Language: C++
last commit: over 2 years ago
Linked from 3 awesome lists

regex

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jagracey/regex-dosScans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks163
boostorg/regexA comprehensive C++ regular expression library with advanced features and compiler defect workarounds.86
rust-leipzig/regex-performanceA tool for comparing the performance of different regular expression engines103
imagibee/gigantorA high-performance regular expression search and replace library designed to handle large files and streams efficiently22
niklongstone/regular-expression-cheat-sheetA comprehensive resource providing regular expression patterns and explanations for common use cases.289
srackham/pcre2A library for processing regular expressions using the PCRE2 library5
a-n-t-h-o-n-y/regexploreA live regular expression testing environment built with curses.8
mariomka/regex-benchmarkA benchmarking project comparing the performance of different programming languages' regex engines315
sharplet/regexA Swift library that provides an expressive and flexible regular expression type612
nitely/nim-regexA library implementing a fast and descriptive regular expression engine for string matching228
yandex/pirePerforms efficient text matching using regular expressions without lookahead or backtracking capabilities.332
davisjam/vuln-regex-detectorDetects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues.320
rundevelopment/regexp-ast-analysisA TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes3
chalk/ansi-regexA regular expression library for matching ANSI escape codes188
sindresorhus/regexA wrapper around NSRegularExpression to simplify regular expression usage in Swift331