Paketname | libnet-patricia-perl |
Beschreibung | Perl module for fast IP address lookups |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.16-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4), libsocket6-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 31014 Byte |
Prüfsumme MD5 | f0a4487e395dca0d1bdfdee2cc49d15a |
Prüfsumme SHA1 | cf649fa718e0a1416e072d36f41dfa4362b5f672 |
Prüfsumme SHA256 | 05c9ba861a08ce0fe788952925c5952cbc840506668fa98b4fa4ab7eb1e2e10a |
Link zum Herunterladen | libnet-patricia-perl_1.16-1_i386.deb |
Ausführliche Beschreibung | Net::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.
|