This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Big Stone
Recipients Big Stone, paul.moore, peter.otten, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-11-08.23:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510182055.34.0.213398074469.issue30952@psf.upfronthosting.co.za>
In-reply-to
Content
I know you can do create_function(): https://raw.githubusercontent.com/stonebig/sqlite_bro/master/docs/sqlite_bro.GIF

But the performance is crappy at best because of string conversion in the API.

If you want SQlite because of its performance, recent version starts to do multi-threading, and/or fear to leave other langages a stupid sizeable performance advantage, then you may perhaps don't leave the situation as it is.

Didn't Victor spoke about the need to 2X CPython performance recently, for it to stay in the game ? 

Look at latest Intel cpu shooting for quadcore, Iphone 8 being 6 cores, latest stable nodejs gaining a big speed bump, ... etc ... etc... and the need of efficiency to keep the planet cool enough.
History
Date User Action Args
2017-11-08 23:00:55Big Stonesetrecipients: + Big Stone, paul.moore, peter.otten, vstinner, tim.golden, zach.ware, steve.dower
2017-11-08 23:00:55Big Stonesetmessageid: <1510182055.34.0.213398074469.issue30952@psf.upfronthosting.co.za>
2017-11-08 23:00:55Big Stonelinkissue30952 messages
2017-11-08 23:00:55Big Stonecreate