Your compare routine is key and it needs to be as efficient as possible The other thing you might want to consider is building your own indexing routines. I have some very large databases and by building my own indexing routines I improved the performance dramatically.
Craig. --- Jefferson <[EMAIL PROTECTED]> wrote: > Hello All, > > Does anyone have any suggestions as to how to speed > up a Database sort? > I think AddressBook is able to retrieve the data is > a quick time. > My question concerns DmQuickSort and DmInsertionSort > to sort > the database. Having even a small database of 300 > records can take up to > 3-4 seconds. > Anything larger is even worse. > > > Regds > Jeff > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
