Re: [pysqlite] [ANN] pysqlite 2.5.1

"Hugh Gibson" <hgibson-CVW/MsmY5bNaa/[email protected]> Fri, 28 Nov 2008 10:41 +0000 (GMT Standard Time)
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
> Using -O2 on mingw produces inferior performing code compared to the
> one produced my the MS compiler.  Using -O3 results in comparable
> performance but more than twice as large binaries.  So there has to 
> be
> a tradeoff between
> * easiness of producing releases
> * fast code
> * small code

Given that the SQLite libraries are quite small anyway I would prefer to
have fast performance instead of small size.

Hugh