regex-performance
Regex benchmarking tool
A tool for comparing the performance of different regular expression engines
Performance comparison of regular expression engines.
103 stars
6 watching
31 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
| A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 233 |
| A Rust library that efficiently compiles and matches regular expressions with advanced features like backreferences and look-around. | 438 |
| A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A live regular expression testing environment built with curses. | 8 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| A Swift library for working with regular expressions. | 332 |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| A fast and efficient regular expression compiler written in Common Lisp | 141 |
| 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 |
| A library implementing a fast and descriptive regular expression engine for string matching | 228 |