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...
GRUBER/Net-Patricia-1.22 - 15 Oct 2013 19:45:51 UTCThis 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...
JMASLAK/JCM-Net-Patricia-1.04 - 28 Oct 2018 16:27:05 UTCThis module was initially created to test a list of domains against a whitelist (eg: the Alexa top 1000 list). EXPORT None by default....
SAXJAZMAN/Net-DNS-Match-0.05 - 17 Oct 2013 14:45:12 UTCThis module uses a radix tree (or trie) to quickly build the hierarchy of a given address space (both IPv4 and IPv6). This allows the user to perform fast subnet or routing lookups. It is implemented exclusively in Perl....
CVICENTE/Net-IPTrie-0.7 - 20 Aug 2010 20:45:14 UTCA module for fast IP-routing-table lookups and IP-ACLs (Access Control Lists). It is NOT a standard patricia-trie implementation. This isn't possible for general blocks not represented by bitmasks, every tree item is a Net::IPAM::Block. The complexit...
GAISSMAI/Net-IPAM-Tree-1.12 - 17 Jul 2020 09:50:28 UTC