[ol9_developer_EPEL] re2-1:20190801-8.el9.aarch64

Name:re2
Epoch:1
Version:20190801
Release:8.el9
Architecture:aarch64
Group:Unspecified
Size:472987
License:BSD
RPM: re2-20190801-8.el9.aarch64.rpm
Source RPM: re2-20190801-8.el9.src.rpm
Build Date:Sun Feb 20 2022
Build Host:build-ol9-aarch64.oracle.com
Vendor:Oracle America
URL:http://github.com/google/re2/
Summary:C++ fast alternative to backtracking RE engines
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).

Changelog (Show File list) (Show related packages)