On 4 Jul 2013, at 4:36pm, Philip Bennefall <phi...@blastbay.com> wrote:

> Thanks for that info. Do you have any views on compiling SqLite optimized for 
> speed rather than size? Is the difference in performance generally small 
> enough to be ignored? I am using Vc++ 2010 express and have been optimizing 
> for speed up until now.

Optimizing for anything only matters when that thing matters.  In these days of 
fast computers and cheap memory computers spend most of their time waiting for 
you to type something and every memory device has a gigabyte or two free.

Ignore optimization, or just go with whatever the defaults are, until you get 
dissatisfied with that thing.  Spend more time on making your application more 
fun to use.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to