mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
121 stars 37 forks source link

Add search_worst() function, a shortest-matching prefix search #6

Closed job closed 10 years ago

job commented 10 years ago

search_worst() is useful if you want to use the radix tree to build aggregated prefix-sets

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.13%) when pulling 2a196efc014654c2255404ec55f05b9a8d540097 on job:master into 131049c843c18f85c0f2fc1da5358cb191645844 on mjschultz:master.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.13%) when pulling 153ce0dba45ac604a0a9ad0963aea9a92b1f33a2 on job:master into 131049c843c18f85c0f2fc1da5358cb191645844 on mjschultz:master.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.13%) when pulling e91b23aa3f5bbe1497624be1b49065f4de791c92 on job:master into 131049c843c18f85c0f2fc1da5358cb191645844 on mjschultz:master.

job commented 10 years ago

I solved the compile issues :-)

mjschultz commented 10 years ago

Thanks!