blob: d4e8c9911850207718b92c449697d5b832a1f3a9 (
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: https://metacpan.org/release/Net-IPTrie
|