Message7662

Author amak
Recipients amak, fwierzbicki
Date 2013-02-11.04:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360555974.45.0.979414716429.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
I have unskipped the check_big_compress_buffer test, which was caused by hex string formatting taking an extremely long time.

More details on 

%x hex formatting takes O(N^2) time.
http://bugs.jython.org/issue2013
History
Date User Action Args
2013-02-11 04:12:54amaksetmessageid: <1360555974.45.0.979414716429.issue1859@psf.upfronthosting.co.za>
2013-02-11 04:12:54amaksetrecipients: + amak, fwierzbicki
2013-02-11 04:12:54amaklinkissue1859 messages
2013-02-11 04:12:54amakcreate