Alle Optionen
trixie  ] [  sid  ]
[ Quellcode: re2  ]

Paket: python3-re2 (20240702-3 und andere)

Links für python3-re2

Screenshot

Debian-Ressourcen:

Quellcode-Paket re2 herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

efficient, principled regular expression library, Python bindings

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.

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.

On large inputs, RE2 is often much faster than backtracking engines; its use of automata theory lets it apply optimizations that the others cannot.

This package contains the Python bindings, providing a module (re2) which is a drop-in replacement for the standard library re module.

Andere Pakete mit Bezug zu python3-re2

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

python3-re2 herunterladen

Download für alle verfügbaren Architekturen
Architektur Version Paketgröße Größe (installiert) Dateien
amd64 20240702-3+b1 120,8 kB369,0 kB [Liste der Dateien]
arm64 20240702-3+b1 106,5 kB362,0 kB [Liste der Dateien]
armel 20240702-3+b1 105,9 kB361,0 kB [Liste der Dateien]
armhf 20240702-3+b1 109,6 kB297,0 kB [Liste der Dateien]
i386 20240702-3+b1 127,3 kB364,0 kB [Liste der Dateien]
mips64el 20240702-3+b1 104,4 kB440,0 kB [Liste der Dateien]
ppc64el 20240702-3+b1 116,2 kB425,0 kB [Liste der Dateien]
riscv64 20240702-3+b1 116,3 kB285,0 kB [Liste der Dateien]
s390x 20240702-3+b1 116,3 kB373,0 kB [Liste der Dateien]