diff options
| author | Varunram Ganesh <[email protected]> | 2017-09-29 15:17:30 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-29 15:17:30 +0530 |
| commit | b7166bfc763c99efcf9ceb87b748610e702eedae (patch) | |
| tree | cd65029921449ed74b9b40654900befe46b9de31 /README.md | |
| parent | 916a427dbac6370977c2cc956995f22d60902e0e (diff) | |
| parent | 72acdbe410225b2f59c9a22ab361082e976f874b (diff) | |
| download | awesome-regex-b7166bfc763c99efcf9ceb87b748610e702eedae.tar.xz awesome-regex-b7166bfc763c99efcf9ceb87b748610e702eedae.zip | |
Merge pull request #51 from mariomka/master
Add benchmarks category
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -26,6 +26,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Exercise](#exercise) - [Articles](#articles) - [Books](#books) +- [Benchmarks](#benchmarks) ## Documentation @@ -176,6 +177,14 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [JavaScript Regular Expressions](http://shop.oreilly.com/product/9781783282258.do) - Loiane Groner & Gabriel Manricks (2015) - [Regex - the complete tutorial](https://www.princeton.edu/~mlovett/reference/Regular-Expressions.pdf) +## Benchmarks + +- [Benchmark of Regex Libraries](http://lh3lh3.users.sourceforge.net/reb.shtml) +- [Java regular expression library benchmarks – 2015](https://www.javaadvent.com/2015/12/java-regular-expression-library-benchmarks-2015.html) +- [Languages Regex Benchmark](https://github.com/mariomka/regex-benchmark) - It's just a simple regex benchmark of different programming languages. +- [Performance comparison of regular expression engines](http://sljit.sourceforge.net/regex_perf.html) +- [Regex Performance](https://github.com/rust-leipzig/regex-performance) - Performance comparison of regular expression engines. + ## Cheat Sheets - [Regular Expressions Cheat Sheet](http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/) |
