mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
e76aa94fee
- Add LICENSE - Update WWW PR: 209524 Submitted by: john@saltant.com Approved by: maintainer(timeout, >40 days)
8 lines
359 B
Plaintext
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: https://github.com/mjschultz/py-radix
|