On the weekend I had way to test the same code on a linux box...
performance there are as expected (with C performing slightly better
than python with a ~20% difference in execution times between the
two). I'll try disabling thread, as they could give a big performance
hit on win system.


2011/6/3 Roger Binns <rog...@rogerbinns.com>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 06/02/2011 02:17 PM, Simon Slavin wrote:
>>  Do you understand the strange result the OP reported ?
>
> There is no evidence that Python is any way relevant to this issue and the
> OP appears to have gone silent.  I expect the actual cause is how SQLite was
> compiled.  Both Python wrappers include the amalgamation statically within
> the extension (ie there is no DLL or dynamic linking involved) on Windows.
>
> Edzard also showed how much faster my wrapper is that the standard Python
> one.  I aim to please :)  The other differences are documented here:
>
>  http://apidoc.apsw.googlecode.com/hg/pysqlite.html
>
> Roger
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
>
> iEYEARECAAYFAk3oSPUACgkQmOOfHg372QRwxgCgjW9Y4X52DSe9XqUWiOfTkqO1
> tPsAn3sry8hFbioD6mHOXsCfWfJIo3XM
> =KIcg
> -----END PGP SIGNATURE-----
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to