Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37042683
en ru br
ALT Linux repositórios
S:20230301-alt1

Group :: Sistema/Bibliotecas
RPM: libre2

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 20230301-alt1
Data da compilação: 19 abril 2023, 18:00 ( 49.2 weeks ago )
Tamanho:: 273.45 Kb

Home page:   http://github.com/google/re2/

Licença: BSD-3-Clause
Sumário: C++ fast alternative to backtracking RE engines
Descrição:

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

Mantenedor currente: Alexey Shabalin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • libre2
  • libre2-debuginfo
  • libre2-devel
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009