diff options
| author | José Carlos García <[email protected]> | 2017-04-03 18:51:53 +0200 |
|---|---|---|
| committer | Alois <[email protected]> | 2017-04-03 18:51:53 +0200 |
| commit | e6704a169726a912ef3350ea7f469e264a01dfba (patch) | |
| tree | 80075801124e59ac5c3ac30dc7f5b787bf8c8de0 | |
| parent | 2364590428d04a5641b8d5e109fd07f82999d20b (diff) | |
| download | awesome-regex-e6704a169726a912ef3350ea7f469e264a01dfba.tar.xz awesome-regex-e6704a169726a912ef3350ea7f469e264a01dfba.zip | |
Added Hyperscan (#43)
From Intel ( see https://01.org/hyperscan ) with libpcre syntax.
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7) - [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions. - [RE2](https://github.com/google/re2) - RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. +- [Hyperscan](https://github.com/01org/hyperscan) - High-performance multiple regex matching library. ## Collections |
