Re: [Python-Dev] Inplace operations for PyLong objects

2017年8月31日 16:46:27 -0700

On Fri, Sep 1, 2017 at 9:35 AM, Manciu, Catalin Gabriel
<[email protected]> wrote:
> A huge Python program with lots of PyLong inplace operations (not just
> adds, this can be applied to all PyLong inplace operations), regardless of 
> them
> being in a loop or not, might benefit from such an optimization.
If you're writing a lot of numerical work in Python, have you tried
running your code in PyPy? At very least, it's worth adding as another
data point in your performance comparisons.
ChrisA
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to