Message 102255 - Python tracker (original) (raw)

Message102255

Author dabeaz
Recipients beazley, dabeaz, kristjan.jonsson, loewis, pitrou
Date 2010-04-03.12:55:02
SpamBayes Score 0.00068170944
Marked as misclassified No
Message-id 1270299303.6.0.270259323048.issue8299@psf.upfronthosting.co.za
In-reply-to
Content
Just ran the CPU-bound GIL test on my wife's dual core Windows Vista machine. The code runs twice as slow using two threads as it does using no threads (original observed behavior in my GIL talk).
History
Date User Action Args
2010-04-03 12:55:03 dabeaz set recipients: + dabeaz, loewis, beazley, pitrou, kristjan.jonsson
2010-04-03 12:55:03 dabeaz set messageid: 1270299303.6.0.270259323048.issue8299@psf.upfronthosting.co.za
2010-04-03 12:55:02 dabeaz link issue8299 messages
2010-04-03 12:55:02 dabeaz create