Performance of int/long in Python 3

Ethan Furman ethan at stoneleaf.us
Sat Apr 6 17:58:23 EDT 2013


On 04/06/2013 02:24 PM, Chris Angelico wrote:
> On Sat, Apr 6, 2013 at 8:09 PM, Serhiy Storchaka <storchaka at gmail.com> wrote:
>> 04.04.13 00:57, Chris Angelico написав(ла):
>>> http://bugs.python.org/issue17629 opened.
>>
>>
>> See also the discussion at
>> http://comments.gmane.org/gmane.comp.python.ideas/15640 . I agree with
>> rejection. This is an implementation detail and different Python
>> implementations (including future CPython versions) can have different
>> internal string implementations.
>
> I really don't see why this means that there can't be a function in
> sys, or something. I mean, other Pythons aren't expected to return the
> exact same values from sys.getsizeof, are they?

What it boils down to is:

   - it can easily be done by hand now
   - it's a very uncommon need

ergo:

   - it's not worth the time and on-going effort required

--
~Ethan~



More information about the Python-list mailing list