Logoj0ke.net Open Build Service > Projects > server:monitoring:netflow > perl-Net-Patricia
Sign Up | Log In

Net::Patricia - Patricia Trie perl module for fast IP address lookups

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.

Source Files

Filename Size Changed Actions
Net-Patricia-1.014.tar.gz 24 KB almost 16 years ago Download File
perl-Net-Patricia.spec 2 KB about 15 years ago Download File

Latest Revision

hostmaster hostmaster committed about 15 years ago (revision 4)
update

Comments for server:monitoring:netflow (0)