Hyperscan Alternatives
Hyperscan is described as 'High-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large' and is an app in the development category. There are five alternatives to Hyperscan for Linux, Windows, Mac and Self-Hosted. The best Hyperscan alternative is Perl Compatible Regular Expressions, which is both free and Open Source. Other great apps like Hyperscan are Oniguruma, TRE, RE2 and nregex.
- Free • Open Source
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API as well as a set of wrapper functions that correspond to the POSIX regular expression API.
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
Perl Compatible Regular Expressions Features
Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.
License model
- Free • Open Source
Country of Origin
Japan
Platforms
- Linux
Oniguruma Features
TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.
License model
- Free • Open Source
Country of Origin
Finland
EU
Platforms
- Mac
- Windows
- Linux
TRE Features
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 with wrappers for many languages including Perl, Python, Erlang and more.
License model
- Free • Open Source
Country of Origin
United States
Platforms
- Windows
- Linux
RE2 Features
A DFA based Regex engine that supports submatches. Built with Nim (programming language). Benchmarks show nregex is up to 7 times faster than Perl Compatible Regular Expressions.
License model
- Free • Open Source
Platforms
- Self-Hosted
nregex Features