IP address lookup table
From: seossenk (stephen.ossenkop_at_mchsi.com)
Date: 11/29/05
- Next message: Cyphos: "Re: Your opinion needed..."
- Previous message: Cyphos: "Re: Your opinion needed..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Nov 2005 07:37:53 -0800
I need to implement a software lookup table for a specialized router
and I am wondering what the best approach is? Should I utilize a hash
table, or a binary search tree, or are there other solutions that would
be better? One thing to note is that the routes are static and can not
change therefore updates to the routing table will not happen
dynamically.
- Next message: Cyphos: "Re: Your opinion needed..."
- Previous message: Cyphos: "Re: Your opinion needed..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]