rebar
Regex benchmarker
A tool for comparing the performance of different regular expression engines on a set of curated tasks.
A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.
233 stars
6 watching
15 forks
Language: Python
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 103 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
rebench/rebench.github.io | A platform providing reasonably accurate benchmarking results for JavaScript performance comparisons. | 44 |
burntsushi/cargo-benchcmp | A utility for comparing micro-benchmarks produced by cargo bench. | 341 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
jkutner/saferegex | A tool to identify potential regular expression vulnerabilities in software | 52 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
bencheeorg/benchee | A tool for benchmarking Elixir code and comparing performance statistics | 1,422 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
amazon-science/ragchecker | A framework for evaluating and diagnosing retrieval-augmented generation systems | 630 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |