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 pitrou
Recipients abacabadabacaba, akira, benhoyt, giampaolo.rodola, pitrou, socketpair, tim.golden, vstinner
Date 2014-10-08.09:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412759641.53.0.326272722419.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that having a high-level wrapper around a low-level C primitive would be cool, but someone has to experiment on that to find out how much performance it would cost.

You may want to have the C primitive return results in batches (of e.g. 10 or 100 entries) to limit the overhead, btw.
History
Date User Action Args
2014-10-08 09:14:02pitrousetrecipients: + pitrou, vstinner, giampaolo.rodola, tim.golden, benhoyt, abacabadabacaba, akira, socketpair
2014-10-08 09:14:01pitrousetmessageid: <1412759641.53.0.326272722419.issue22524@psf.upfronthosting.co.za>
2014-10-08 09:14:01pitroulinkissue22524 messages
2014-10-08 09:14:00pitroucreate