C++ fast alternative to backtracking RE engines
https://github.com/google/re2/
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).
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / re2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:chromium/re2 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000010 10 Bytes | |
re2-2024-07-02.tar.gz | 0000390672 382 KB | |
re2.changes | 0000015554 15.2 KB | |
re2.spec | 0000003673 3.59 KB |
Latest Revision
buildservice-autocommit
accepted
request 1184332
from
Andreas Stieger (AndreasStieger)
(revision 148)
baserev update by copy to link target
Comments 0