C++ fast alternative to backtracking RE engines

Edit Package re2-10
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).

Refresh
Refresh
Source Files (show unmerged sources)
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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by