Re: code optimization and performance tuning

2004-10-04 Thread Eka Gauranga Das
can you be more detailed.. i mean to give more insight of you experience? tnx again Eka On Sat, 02 Oct 2004 19:26:51 -0400, Matt Graham [EMAIL PROTECTED] wrote: Eka Gauranga Das wrote: is there any doc about code optimization and performance tuning cause i´m using big DBs in the palm

Re: code optimization and performance tuning

2004-10-04 Thread Ron Nicholson
On Fri, 1 Oct 2004 05:07:33, Eka Gauranga Das writes: is there any doc about code optimization and performance tuning cause i´m using big DBs in the palm It's best to start by determining what it is that's impacting performance the most: choice of algorithms, 68k code generation, OS calls

Re: code optimization and performance tuning

2004-10-02 Thread Matt Graham
Eka Gauranga Das wrote: is there any doc about code optimization and performance tuning cause i´m using big DBs in the palm Keep your DBs sorted and use binary searches. Make an index if you need it sorted on multiple fields. my target is Palm OS 5 or and i still use the Codewarrior

code optimization and performance tuning

2004-10-01 Thread Eka Gauranga Das
Hi everyone! is there any doc about code optimization and performance tuning cause i´m using big DBs in the palm also another question is my target is Palm OS 5 or and i still use the Codewarrior as it comes (i think it compiles for Palm OS 3 and ) so is there any think to change so i can