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 Alex Groce
Recipients Alex Groce
Date 2016-08-26.20:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472244021.08.0.221240580213.issue27870@psf.upfronthosting.co.za>
In-reply-to
Content
AND, right shift >> does not allocate memory, so there is a lack of symmetry that indicates the optimization might be desired.

see 

https://github.com/agroce/tstl/tree/master/examples/gmpy2/leftshiftalloc.py
vs.
https://github.com/agroce/tstl/tree/master/examples/gmpy2/rightshiftalloc.py

to compare behaviors, but these are depending on memory size, this was generated on MacBook Pro OS X Yosemite machine with 16GB)
History
Date User Action Args
2016-08-26 20:40:21Alex Grocesetrecipients: + Alex Groce
2016-08-26 20:40:21Alex Grocesetmessageid: <1472244021.08.0.221240580213.issue27870@psf.upfronthosting.co.za>
2016-08-26 20:40:21Alex Grocelinkissue27870 messages
2016-08-26 20:40:20Alex Grocecreate