Télécharger la liste

Description du projet

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.

Système requise

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

Un bug pouvant corrompre préfixes stockées avec des longueurs de masquer certaines a été fixée.
Tags: Minor bugfixes
A bug that could corrupt stored prefixes with certain mask lengths was fixed.

2004-11-23 12:50
0.3

Ce communiqué met en garde contre la modification d'un arbre tout en évoluant au-dessus. Un Radix.prefixes () qui retourne une liste de chaînes de préfixe réseau a été ajoutée. Parsing argument a été amélioré et permet maintenant arguments-clés, des longueurs masque séparée, et la spécification des adresses emballés binaire au lieu de chaînes. Des adresses IPv4 et IPv6 peut désormais être mélangés dans l'arbre racine même. Beaucoup d'autres tests de régression ont été ajoutés et plusieurs bugs ont été corrigés.
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