perl-Net-Patricia
Patricia Trie perl module for fast IP address lookups
SRPM: perl-Net-Patricia-1.014-1.n0i.1.fc8.src.rpm SPEC: perl-Net-Patricia.spec Version: 1.014 Release: 1.n0i.1.fc8 Epoch: License: Artistic Group: Development/Libraries Size: 26390 Packager: Marius Feraru <altblue@n0i.net> Vendor: n0i.net URL: http://search.cpan.org/dist/Net-Patricia/ Date: Sun Jun 10 2007, 05:37 GMT
Description:
This module 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.
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.
Changelog:
- Sun Jun 10 2007 Marius Feraru <altblue@n0i.net> - 1.014-1.n0i.1
- spec file (re)created using N0i::CPAN::RPMizer/1.14.8
- version 1.014
Files:
- Net-Patricia-1.014.tar.gz
- perl-Net-Patricia.spec
Requires:
- perl(ExtUtils::MakeMaker)
- reb00t-rpmdevtools
- rpmlib(CompressedFileNames)