I intend to use RADIX / MTRIE as my preferred data-structure for a routing implementation. I would like to know if there's a decent open source implementation available (apart from freebsd-net) which I can use for my purpose, or do I need to write one myself.
A:
If you cant find anything else, you can always port this java version from Google Code.
Prakash
2008-09-16 10:26:57
+1
A:
There is a radix-tree implementation available under the GNU General Public License version 2, or (at your option) any later version:
Andrew Johnson
2008-09-16 10:32:48