88# eric R <[email protected] >, 201899# Meng Du <[email protected] >, 20191010# ppcfish <[email protected] >, 201911- # Dai Xu <[email protected] >, 20211211# Freesand Leo <[email protected] >, 202112+ # Dai Xu <[email protected] >, 20211313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2021-04-29 06:12+0000\n "
2020"PO-Revision-Date : 2017-02-16 17:43+0000\n "
21- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
21+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021\n "
2222"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -1259,21 +1259,21 @@ msgid ""
12591259"It is highly recommended to have good code coverage (through unit testing or"
12601260" any other technique) before potentially introducing regressions hidden in "
12611261"sophisticated optimizations."
1262- msgstr "强烈建议在可能引入隐藏在复杂优化中的回归之前,要有良好的代码覆盖率(通过单元测试或任何其他技术) 。"
1262+ msgstr "强烈建议首先要保证足够高的代码测试覆盖率(通过单元测试或其他技术),因为复杂的优化有可能会导致代码回退 。"
12631263
12641264#: ../../faq/programming.rst:1018
12651265msgid ""
12661266"That being said, there are many tricks to speed up Python code. Here are "
12671267"some general principles which go a long way towards reaching acceptable "
12681268"performance levels:"
1269- msgstr "话虽如此,加速Python代码有很多技巧。以下是一些可以达到可接受的性能水平的一般原则: "
1269+ msgstr "话虽如此,Python 代码的提速还是有很多技巧的。以下列出了一些普适性的原则,对于让性能达到可接受的水平会有很大帮助: "
12701270
12711271#: ../../faq/programming.rst:1022
12721272msgid ""
12731273"Making your algorithms faster (or changing to faster ones) can yield much "
12741274"larger benefits than trying to sprinkle micro-optimization tricks all over "
12751275"your code."
1276- msgstr "使您的算法更快(或更改为更快的算法)可以产生比尝试在代码中使用微优化技巧更大的好处。 "
1276+ msgstr "相较于试图对全部代码铺开做微观优化,优化算法(或换用更快的算法)可以产出更大的收益。 "
12771277
12781278#: ../../faq/programming.rst:1026
12791279msgid ""
0 commit comments