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 mark.dickinson
Recipients christian.heimes, gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-10.23:40:02
SpamBayes Score 2.2678037e-09
Marked as misclassified No
Message-id <1226360404.68.0.711461628888.issue4294@psf.upfronthosting.co.za>
In-reply-to
Content
There are so many things going on here it's getting difficult to keep 
track of them all!  Not only Victor's stuff, but also Mario's patches 
for faster multiplication, and for subquadratic division.  And it might 
be interesting to experiment with subquadratic int <-> str conversion as 
well.

I'm wondering whether it would be worth starting a new 
"py3k_long_optimization" branch, so that we can get some of the obvious 
stuff in and start experimenting properly with the rest.

Christian, you're the expert on this:  any thoughts?  Is it possible to 
set up a new svn branch so that it's easy to merge from the py3k branch, 
or is svn merging only really possible from the trunk?  I'm happy to set 
things up and take care of doing regular merges, if you can give me some 
pointers.

(If not, maybe it's time for me to learn how to use git/hg/bzr.  I've 
used darcs quite a bit before, so the concepts aren't totally alien to 
me, but I haven't found time to learn other systems yet.)
History
Date User Action Args
2008-11-10 23:40:04mark.dickinsonsetrecipients: + mark.dickinson, gregory.p.smith, vstinner, christian.heimes
2008-11-10 23:40:04mark.dickinsonsetmessageid: <1226360404.68.0.711461628888.issue4294@psf.upfronthosting.co.za>
2008-11-10 23:40:03mark.dickinsonlinkissue4294 messages
2008-11-10 23:40:02mark.dickinsoncreate