On Nov 17, 2007, at 4:56 PM, [EMAIL PROTECTED] wrote:


If you compile with -DSQLITE_MEMORY_SIZE=nnnn then SQLite
will *never* call malloc().  Instead, it uses a static
array that is nnnn bytes in size for all of its memory
needs.  You can get by with as little as 100K or so of
memory, though the more memory you provide, the faster
it will run.  5MB is a good value.


Does using this setting (and eliminating malloc/free overhead) result
in a significant performance increase?


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to