Small. Fast. Reliable.
Choose any three.
*** 64,69 ****
--- 64,72 ----
  513 KiB depending on what compiler optimizations are used.  The
  range is performance is not as drastic.  But the smallest version
  of the library is still almost 20% slower than the fastest version.
+ Note that the precompiled binaries available for download from
+ the SQLite website are compiled with -O2 which gives a good balance
+ between size and performance.
  
  So, Yes, SQLite really does weight in at less than 250KiB when
  compiled with -Os.  But if you want to add that extra 20% performance