In article <1192514175.426557.286520@e9g2000prf.googlegroups.com>, emerging butterfly <michaela_32@hotmail.com> wrote: On Oct 14, 7:25 pm, j...@tuells.org () wrote: In article <1192398517.037958.216...@e9g2000prf.googlegroups.com>, Emerging Butterfly <emerging.butter...@hotmail.com> wrote: On Oct 12, 2:46 pm, j...@tuells.org () wrote: In article <1192167430.634213.250.
They may be random when you generate them, but they all have a total ordering possible after they are created. joe On Thu, 20 Sep 2007 19:00:47 -0400, "SteveR" <srussell@removethisinnernet.net> wrote: Joe, I really appreciate you taking the time to demonstrate this. I'm not sure how I would implement indexing it for random alphanumeric codes. ----------- "Joseph M. Newcomer"
First, you can put a STRINGTABLE in a DLL. That's how I built a compressed database. What I did was, with an external tool, I created a STRINGTABLE that was sorted, and the table was created from 1 to n for as many strings I had. For example 1 Abalone 2 Brocolli 3 Carrots 4 Dhal 5 Eggs 6. French Fries 7 Guacamole ... 25 Yams 26 Zest of lemon So to do the bsearch, I