Message349425
Ma Lin: Everything in Python is an object, nothing is native. There is room to reconsider the implementation of integer objects, known internally as PyLong objects. If you want to tease-out an alternative implementation, please do so on the python-ideas maillist. Small integer operations (including) indexing used to be smaller and faster in Python 2.7, so there is likely some room for improvement on what we have now. | |
| Date | User | Action | Args | | 2019-08-12 01:13:35 | rhettinger | set | recipients: + rhettinger, mark.dickinson, malin, Greg Price, sir-sigurd, aeros | | 2019-08-12 01:13:35 | rhettinger | set | messageid: <1565572415.46.0.135745039768.issue37812@roundup.psfhosted.org> | | 2019-08-12 01:13:35 | rhettinger | link | issue37812 messages | | 2019-08-12 01:13:35 | rhettinger | create | | |