C++ fast alternative to backtracking RE engines
https://github.com/google/re2
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
backtracking regular expression engines like those used in PCRE, Perl, and
Python.
Backtracking engines are typically full of features and convenient syntactic
sugar but can be forced into taking exponential amounts of time on even small
inputs.
In contrast, RE2 uses automata theory to guarantee that regular expression
searches run in time linear in the size of the input, at the expense of some
missing features (e.g. back references and generalized assertions).
- Sources inherited from project openSUSE:Backports:SLE-15-SP6
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6:Update/re2-10 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
re2-10.changes | 0000013121 12.8 KB | |
re2-10.spec | 0000003582 3.5 KB | |
re2-2023-03-01.tar.gz | 0000383282 374 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 1102668
from
Andreas Stieger (AndreasStieger)
(revision 1)
see SR#1102299
Comments 0