Andi Kleen writes: > The reason I'm asking is that we still have trouble with the TCP hash tables > taking far too much memory, and your new data structure might provide a nice > alternative.
Yes it's dynamic and selftuning so no need reserve memory in advance and still comparable performance to a perfect hash. Insert/delete and GC is fast and locking is also doable we used RCU like fib_trie but at _bh in this "application". Cheers. --ro - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html