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 nirai
Recipients DazWorrall, aconrad, alex, brian.curtin, carljm, coderanger, dabeaz, djc, durin42, eric.smith, flox, jcea, jhylton, karld, kevinwatters, konryd, larry, loewis, mahmoudimus, movement, nirai, pitrou, rcohen, rh0dium, salgado, tarek
Date 2010-03-27.08:46:48
SpamBayes Score 0.0023475108
Marked as misclassified No
Message-id <1269679611.62.0.052294510531.issue7946@psf.upfronthosting.co.za>
In-reply-to
Content
gilinter.patch has good IO latency in UDP test on my system when built with --with-computed-gotos:

In [34]: %timeit -n3 client.work()
0.320 seconds (32782026.509 bytes/sec)
0.343 seconds (30561727.443 bytes/sec)
0.496 seconds (21154075.417 bytes/sec)
0.326 seconds (32171215.998 bytes/sec)
0.462 seconds (22701809.421 bytes/sec)
0.378 seconds (27722146.793 bytes/sec)
0.391 seconds (26826713.409 bytes/sec)
0.315 seconds (33335858.720 bytes/sec)
0.281 seconds (37349508.136 bytes/sec)
3 loops, best of 3: 329 ms per loop
History
Date User Action Args
2010-03-27 08:46:52niraisetrecipients: + nirai, loewis, jhylton, jcea, pitrou, movement, larry, eric.smith, kevinwatters, tarek, djc, karld, carljm, coderanger, durin42, alex, konryd, brian.curtin, flox, DazWorrall, salgado, rh0dium, rcohen, dabeaz, mahmoudimus, aconrad
2010-03-27 08:46:51niraisetmessageid: <1269679611.62.0.052294510531.issue7946@psf.upfronthosting.co.za>
2010-03-27 08:46:49nirailinkissue7946 messages
2010-03-27 08:46:48niraicreate