Sisyphus repositório
Última atualização: 28 julho 2010 | SRPMs: 10009 | Visitas: 2255060
en ru br
ALT Linux repositórios
S:0.0.1-alt1

Group :: Desenvolvimento/C++
RPM: libre2-devel-static

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.0.1-alt1
Data da compilação: 12 março 2010, 06:40 ( 20.0 weeks ago )
Tamanho:: 357.71 Kb

Home page:   http://code.google.com/p/re2

Licença: DSD
Sumário: Regular expressions processing library for C++ programs developed by Google Inc
Descrição:

RE2 is a fast, safe, thread-friendly alternative to backtracking
regular expression engines like those used in PCRE, Perl, and
Python. It is a C++ library.  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. RE2 uses
automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so
that searches can be constrained to a fixed amount of memory. RE2 is
engineered to use a small fixed C++ stack footprint no matter what
inputs or regular expressions it must process; thus RE2 is useful in
multithreaded environments where thread stacks cannot grow arbitrarily
large.

Mantenedor currente: Michael Pozhidaev

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

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