regex-benchmark
Regex benchmark
A benchmarking project comparing the performance of different programming languages' regex engines
It's just a simple regex benchmark of different programming languages.
315 stars
14 watching
58 forks
Language: Dockerfile
last commit: 8 months ago
Linked from 1 awesome list
benchbenchmarklanguagesregexregexp
Related projects:
Repository | Description | Stars |
---|---|---|
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 103 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 896 |
burntsushi/rebar | A tool for comparing the performance of different regular expression engines on a set of curated tasks. | 233 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
telekons/one-more-re-nightmare | A fast and efficient regular expression compiler written in Common Lisp | 141 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 332 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 228 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
damo-nlp-sg/m3exam | A benchmark for evaluating large language models in multiple languages and formats | 93 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 570 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |