diff options
Diffstat (limited to 'www/different.html')
-rw-r--r-- | www/different.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/different.html b/www/different.html index 64dee1b..c1edd8f 100644 --- a/www/different.html +++ b/www/different.html @@ -214,11 +214,10 @@ database engines. <p><b>Compact</b></p> <blockquote> When optimized for size, the whole SQLite library with everything enabled - is <a href="footprint.html">less than 500KiB in size</a> + is <a href="footprint.html">less than 1MiB in size</a> (as measured on an ix86 using the "size" utility from the GNU compiler suite.) Unneeded features can be disabled - at compile-time to further reduce the size of the library to under - 300KiB if desired. + at compile-time to further reduce the size of the library even further. <p> Most other SQL database engines are much larger than this. IBM boasts that its recently released CloudScape database engine is "only" a 2MiB @@ -354,5 +353,5 @@ database engines. and <a href="c3ref/create_collation.html">collating sequences</a>. </blockquote> -<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/different.in?m=95a3317bd2">2022-04-18 02:55:50</a> UTC </small></i></p> +<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/different.in?m=bd7c209359">2024-05-08 11:54:12</a> UTC </small></i></p> |