Fedora Packages

re2

C++ fast alternative to backtracking RE engines

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).

Releases Overview

Release Stable Testing
Fedora Rawhide 20211101-2.fc36 -
Fedora 35 20190801-9.fc35 -
Fedora 34 20190801-8.fc34 -
EPEL 8 20190801-1.el8 -
EPEL 7 20160401-2.el7 -
Package Info
Related Packages

You can contact the maintainers of this package via email at re2 dash maintainers at fedoraproject dot org.



Sources on Pagure