Package : re2 > RPM : re2-20160401-1.mga6.src.rpm

Basic items

Name re2
Version 20160401
Release 1.mga6
URL https://github.com/google/re2/
Group System/Libraries
Summary C++ fast alternative to backtracking RE engines
Size 402KB
Arch x86_64
License BSD

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

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-04-12 10:28:20
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie