mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
68330ebefd
space hierarchies. Submitted by: Matthew Luckie <mjl@luckie.org.nz>
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
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/
|