Skip to content

Commit b4d30ca

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent a90cd5f commit b4d30ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

library/stdtypes.po

+7
Original file line numberDiff line numberDiff line change
@@ -7517,6 +7517,13 @@ msgid ""
75177517
"algorithms for base 10 have sub-quadratic complexity. Converting a large "
75187518
"value such as ``int('1' * 500_000)`` can take over a second on a fast CPU."
75197519
msgstr ""
7520+
"CPython の :class:`int` 型は、任意の長さの数をバイナリ形式で保存したものです "
7521+
"(一般に \"bignum\" または多倍長整数として知られています)。基数が2のべき乗でな"
7522+
"い限り、線形の時間で文字列をバイナリ整数に、あるいはバイナリ整数を文字列に変"
7523+
"換できるアルゴリズムは存在しません。10進数に対するアルゴリズムでは、最もよく"
7524+
"知られているものでさえ、2次に近い (sub-quadratic) 複雑さになります。高速な "
7525+
"CPU でも、 ``int('1' * 500_000)`` のような大きな数の変換は1秒以上かかる可能性"
7526+
"があります。"
75207527

75217528
#: ../../library/stdtypes.rst:5437
75227529
msgid ""

0 commit comments

Comments
 (0)