From 72acdbe410225b2f59c9a22ab361082e976f874b Mon Sep 17 00:00:00 2001 From: Mario Juarez Date: Mon, 18 Sep 2017 19:11:10 +0200 Subject: Add benchmarks category --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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/) -- cgit v1.2.3