mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
devel/re2: Reformat pkg-descr
This commit is contained in:
parent
ba0c4f8af8
commit
2c3d12aef7
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
|
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
|
||||||
expression engines like those used in PCRE, Perl, and Python.
|
expression engines like those used in PCRE, Perl, and Python. It is a C++
|
||||||
It is a C++ library.
|
library.
|
||||||
RE2 uses automata theory to guarantee that regular expression searches run in
|
|
||||||
|
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
|
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
|
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
|
use a small fixed C++ stack footprint no matter what inputs or regular
|
||||||
|
|
Loading…
Add table
Reference in a new issue