mike cariotoglou wrote:

2. disable asserts. I don't know how this is done in C, but I assume that in
a release build, asserts are off.


Disable asserts() using -DNDEBUG=1. This more than doubles the speed of SQLite. Asserts() are turned off in release builds.

--
D. Richard Hipp -- [EMAIL PROTECTED] -- http://www.hwaci.com/drh/



Reply via email to