tüm seçenekler
bookworm  ] [  trixie  ] [  sid  ]
[ Kaynak: libvmod-re2  ]

Paket: varnish-re2 (2.0.0-2 ve diğerleri)

varnish-re2 için bağlantılar

Screenshot

Debian Kaynakları:

libvmod-re2 Kaynak Paketini İndir:

Geliştiriciler:

Dış Kaynaklar:

Benzer paketler:

RE2 regular expressions for Varnish

Varnish Module (VMOD) for access to the Google RE2 regular expression engine. Varnish VCL uses the PCRE library (Perl Compatible Regular Expressions) for its native regular expressions, which runs very efficiently for many common uses of pattern matching in VCL, as attested by years of successful use of PCRE with Varnish.

But for certain kinds of patterns, the worst-case running time of the PCRE matcher is exponential in the length of the string to be matched. The matcher uses backtracking, implemented with recursive calls to the internal match() function. In principle there is no upper bound to the possible depth of backtracking and recursion, except as imposed by the varnishd runtime parameters pcre_match_limit and pcre_match_limit_recursion; matches fail if either of these limits are met. Stack overflow caused by deep backtracking has occasionally been the subject of varnishd issues.

RE2 differs from PCRE in that it limits the syntax of patterns so that they always specify a regular language in the formally strict sense. Most notably, backreferences within a pattern are not permitted, for example (foo|bar)\1 to match foofoo and barbar, but not foobar or barfoo. See the link in SEE ALSO for the specification of RE2 syntax.

This means that an RE2 matcher runs as a finite automaton, which guarantees linear running time in the length of the matched string. There is no backtracking, and hence no risk of deep recursion or stack overflow.

varnish-re2 ile İlgili Diğer Paketler

  • bağımlılıklar
  • tavsiye edilen
  • önerilen
  • enhances

varnish-re2 indir

Tüm mevcut mimariler için indir
Mimari Sürüm Paket Boyutu Kurulu Boyut Dosyalar
amd64 2.0.0-2+b1 66,5 kB153,0 kB [dosya listesi]
arm64 2.0.0-2+b1 64,1 kB189,0 kB [dosya listesi]
mips64el 2.0.0-2+b1 63,4 kB193,0 kB [dosya listesi]
ppc64 (resmi olmayan port) 2.0.0-2+b1 67,9 kB189,0 kB [dosya listesi]
ppc64el 2.0.0-2+b1 67,4 kB189,0 kB [dosya listesi]
riscv64 2.0.0-2+b1 66,1 kB145,0 kB [dosya listesi]
s390x 2.0.0-2+b1 64,1 kB153,0 kB [dosya listesi]