freebsd-ports/net/p5-Net-IPTrie/pkg-descr
Anton Berezin 68330ebefd Add net/p5-Net-IPTrie, a Perl module for building IPv4 and IPv6 address
space hierarchies.

Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2007-12-14 14:01:29 +00:00

7 lines
269 B
Text

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/