Hi Appadurai, >From my experience the stock sqlite.dll is not very fast. I guess it's build with VC++ 6. Using VC++ 7.1 I was able to build a version up to 10-15% faster, not a bad optimization for 0 lines of code :) . It was a little bigger, about +25%, but for desktop this is not a problem. I only did this for sqlite 2.8.*, but it should also work for 3.* .
Is there any technical reason why the "stock" dll is build with VC++ 6 while better compilers are available ? Ionut Filip -----Original Message----- From: Neelamegam Appadurai [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 2:05 PM To: sqlite-users@sqlite.org; [EMAIL PROTECTED] Subject: Re: [sqlite] Re: sqlite performance variationin linux and windows Hi Chris, Thanks for the detailed explanation, I will dig deeper into my code to see if there is anything wrong in the OS specific code in my appln. Anyway thanks for the support. appadurai