blob: 2a5b63dc88a6b75db5e6424b3262de6f7c268f42 (
plain) (
blame)
1
2
3
4
5
6
7
|
This 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.
WWW: http://search.cpan.org/dist/Net-IPTrie/
|