✏️ 正在编辑: _pylong.cpython-312.opt-1.pyc
路径:
/lib64/python3.12/__pycache__/_pylong.cpython-312.opt-1.pyc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
� �֦i&* � � � d Z ddlZddlZ ddlZd� Zd� Zd� Zd� Zd� Z dZ d � Zd � Zd� Z d� Zd � Zd� Zy# e$ r dZY �-w xY w)a� Python implementations of some algorithms for use by longobject.c. The goal is to provide asymptotically faster algorithms that can be used for operations on integers with many digits. In those cases, the performance overhead of the Python implementation is not significant since the asymptotic behavior is what dominates runtime. Functions provided by this module should be considered private and not part of any public API. Note: for ease of maintainability, please prefer clear code and avoid "micro-optimizations". This module will only be imported and used for integers with a huge number of digits. Saving a few microseconds with tricky or non-obvious code is not worth it. For people looking for maximum performance, they should use something like gmpy2.� Nc �� ������ � t j � �d� �d�i ����� fd�� ���� fd��t j � 5 }t j |_ t j |_ t j |_ d|j t j <