C++ fast alternative to backtracking RE engines

Edit Package re2
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
baselibs.conf 0000000010 10 Bytes
re2-2024-04-01.tar.gz 0000389819 381 KB
re2.changes 0000014896 14.5 KB
re2.spec 0000003673 3.59 KB
Latest Revision
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by