[ol7_developer_EPEL] re2-20160401-2.el7.aarch64

Name:re2
Version:20160401
Release:2.el7
Architecture:aarch64
Group:System Environment/Libraries
Size:476835
License:BSD
RPM: re2-20160401-2.el7.aarch64.rpm
Source RPM: re2-20160401-2.el7.src.rpm
Build Date:Sat May 26 2018
Build Host:ca-buildarm04.us.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)