Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-04-25 10:49
0.4

특정 마스크의 길이와 수있습니다 손상에 저장된 접두사가 버그가 수정되었습니다.
Tags: Minor bugfixes
A bug that could corrupt stored prefixes with certain mask lengths was fixed.

2004-11-23 12:50
0.3

동안에 iterating이 릴리스의 나무 수정에 대해 경고했다. Radix.prefixes () 메서드는 네트워크 접두사는 문자열을 반환 목록에 추가되었습니다. 인자 구문 분석 및 개선했지만 지금은 키워드 인자, 별도의 가면 길이 문자열을 대신 챙겨 이진 주소를 지정하실 수있습니다. IPv4 및 IPv6 주소를 지금과 같은 기수 트리에서 혼합 수있습니다. 더 많은 회귀 테스트에 추가된 몇 가지 버그가 수정되었습니다.
Tags: Major feature enhancements
This release warns against modifying a tree while iterating over it. A Radix.prefixes() method that returns a list of network prefix strings was added. Argument parsing was improved and now allows keyword arguments, separate mask lengths, and the specification of packed binary addresses instead of strings. IPv4 and IPv6 addresses can now be mixed in the same radix tree. Many more regression tests were added and several bugs were fixed.

2004-11-18 11:44
0.1

Tags: Initial freshmeat announcement

Project Resources