Tree::Radix for Perl5

Tree::Radix is a radix tree base class implemented in perl5. The idea behind this class is to save you time in implementing things that use radix trees, like routing tables.

It's unlikely that this code will ever be released; take a look at Dave Plonka's Net::Patricia if you want something in code that will help you express address lookup problems in perl.

Preserved for old times sake is the original silliness:


At the moment, I'm only releasing the documentation for the module for review. I will release the code shortly, if nobody points out interface issues to me that I feel I should fix. You'll be able to find it here and at the normal CPAN sites.

Here's the bits:



Back to my personal web page