freebsd-ports/net/py-radix/pkg-descr
Vsevolod Stakhov c230a2a0b9 Add py-radix - a python radix tree implementation.
PR:		84779
Submitted by:	Lars Erik Gullerud <lerik@nolink.net>
Approved by:	perky (mentor)
2005-08-29 13:53:14 +00:00

8 lines
359 B
Plaintext

py-radix is an implementation of a radix tree data structure
for the storage and retrieval of IPv4 and IPv6 network prefixes.
The radix tree is the data structure most commonly used for
routing table lookups. It efficiently stores network prefixes of
varying lengths and allows fast lookups of containing networks.
WWW: http://www.mindrot.org/py-radix.html