aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVarunram Ganesh <[email protected]>2017-09-29 15:17:30 +0530
committerGitHub <[email protected]>2017-09-29 15:17:30 +0530
commitb7166bfc763c99efcf9ceb87b748610e702eedae (patch)
treecd65029921449ed74b9b40654900befe46b9de31 /README.md
parent916a427dbac6370977c2cc956995f22d60902e0e (diff)
parent72acdbe410225b2f59c9a22ab361082e976f874b (diff)
downloadawesome-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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4814a46..4a7d935 100644
--- a/README.md
+++ b/README.md
@@ -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/)