I've tried it with 10000 and more entries. The QuickSort times were always faster than the lookup_index_find_record_move_record time. So it wasn't the right approach. Lookup_index_find_record without moving the record for different sortings, would be much better probably. But this had bring me to a completly rewrite of my record access routines. I was too lazy for it :-) Now it starts to get slow with 10000 or more entries.
Henk Ron Clabo wrote: > Kenk, > > Thanks for the response. Are you saying that it was faster to resort the > database using QuickSort then to access your presorted ID in the Sort Info > area and then look up the record via that ID? If so, that's interesting > info. How many records were in the database at the time? > > -Ron -- ------------------------------------------------------------------------- [EMAIL PROTECTED] www.metaviewsoft.de <A HREF="http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946"> <IMG SRC="http://user.cs.tu-berlin.de/~jonash/werbung.jpg"></A> ------------------------------------------------------------------------- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
