You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 25 / re2-20160401-2.fc25.x86_64

re2-20160401-2.fc25.x86_64

Package Attributes
RPM  re2-20160401-2.fc25.x86_64.rpm Architecture  x86_64 Size  471603 Created  2021/11/29 02:43:15 UTC
Package Specification
Summary C++ fast alternative to backtracking RE engines
Group System Environment/Libraries
License BSD
Home Page http://github.com/google/re2/
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).

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
/sbin/ldconfig  
rpmlib(PayloadIsXz)  
Provides
libre2.so.0()(64bit)
re2
re2(x86-64)

Document Actions