> Has anyone every seen any doc on using radix partition trees? I'm > thinking it may have been one of the "rainbow" books. > > I vaguely remember data tree structures and I've got a table search > problem that might be the perfect application for a tree-structured data
> repository. The table might have up to 1,000,000 entries, all in > storage, and a balanced n-ary tree has GOT to be faster than using a > binary search. The nature of the data is such that a plain old-fashioned > list, in sorted order, isn't real amenable to a binary search, either. I notice red-black trees are used in the Linux kernel - for their performance characteristics no doubt. Might be worth a look. Wikipedia (of course) has a paper - http://en.wikipedia.org/wiki/Red_black_tree Shane ... ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

