DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibnet-patricia-perl
BeschreibungPerl module for fast IP address lookups
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.16-1
Sektionperl
Prioritätoptional
Installierte Größe128 Byte
Hängt ab vonperl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4), libsocket6-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße31014 Byte
Prüfsumme MD5f0a4487e395dca0d1bdfdee2cc49d15a
Prüfsumme SHA1cf649fa718e0a1416e072d36f41dfa4362b5f672
Prüfsumme SHA25605c9ba861a08ce0fe788952925c5952cbc840506668fa98b4fa4ab7eb1e2e10a
Link zum Herunterladenlibnet-patricia-perl_1.16-1_i386.deb
Ausführliche BeschreibungNet::Patricia uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.


Impressum
Linux is a registered trademark of Linus Torvalds