Letter C

compat-re2 - C++ fast alternative to backtracking RE engines

Website: https://github.com/google/re2/
License: BSD
Vendor: Alcance Libre, Inc.
Description:
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).

Packages

compat-re2-20190801-1.fc14.al.i686 [185 KiB] Changelog by Joel Barrios (2020-12-25):
- Update to 20190801.

Listing created by Repoview-0.6.6-6.fc14.al