regex-performance
Regex benchmarking tool
A tool for comparing the performance of different regular expression engines
Performance comparison of regular expression engines.
102 stars
6 watching
31 forks
Language: C
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
burntsushi/rebar | A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 227 |
fancy-regex/fancy-regex | A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 431 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,838 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 139 |
openresty/sregex | A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. | 617 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 227 |