@@ -3281,20 +3281,22 @@ msgstr ""
3281
3281
msgid ""
3282
3282
"The UTF-32 encoder is now 3 to 7 times faster. (Contributed by Serhiy "
3283
3283
"Storchaka in :issue:`15027`.)"
3284
- msgstr ""
3284
+ msgstr "现在 UTF-32 编码器可提速 3 至 7 倍。 (由 Serhiy Storchaka 在 :issue:`15027` 中贡献。) "
3285
3285
3286
3286
#: ../../whatsnew/3.5.rst:2141
3287
3287
msgid ""
3288
3288
"Regular expressions are now parsed up to 10% faster. (Contributed by Serhiy "
3289
3289
"Storchaka in :issue:`19380`.)"
3290
- msgstr ""
3290
+ msgstr "现在正则表达式的解析可提速至多 10%。 (由 Serhiy Storchaka 在 :issue:`19380` 中贡献。).) "
3291
3291
3292
3292
#: ../../whatsnew/3.5.rst:2144
3293
3293
msgid ""
3294
3294
"The :func:`json.dumps` function was optimized to run with "
3295
3295
"``ensure_ascii=False`` as fast as with ``ensure_ascii=True``. (Contributed "
3296
3296
"by Naoki Inada in :issue:`23206`.)"
3297
3297
msgstr ""
3298
+ ":func:`json.dumps` 函数已获优化使得设置 ``ensure_ascii=False`` 时与设置 "
3299
+ "``ensure_ascii=True`` 时运行得一样快。 (由 Naoki Inada 在 :issue:`23206` 中贡献。)"
3298
3300
3299
3301
#: ../../whatsnew/3.5.rst:2148
3300
3302
msgid ""
@@ -3303,31 +3305,40 @@ msgid ""
3303
3305
":class:`type` as its metaclass. (Contributed Georg Brandl by in "
3304
3306
":issue:`22540`.)"
3305
3307
msgstr ""
3308
+ ":c:func:`PyObject_IsInstance` 和 :c:func:`PyObject_IsSubclass` 函数在第二个参数以 "
3309
+ ":class:`type` 作为其元类的常见情况下已获得加速。 (由 Georg Brandl 在 :issue:`22540` 中贡献。)"
3306
3310
3307
3311
#: ../../whatsnew/3.5.rst:2153
3308
3312
msgid ""
3309
3313
"Method caching was slightly improved, yielding up to 5% performance "
3310
3314
"improvement in some benchmarks. (Contributed by Antoine Pitrou in "
3311
3315
":issue:`22847`.)"
3312
3316
msgstr ""
3317
+ "方法缓存操作已获少量改进,在某些基准测试中可产生至多 5% 的性能提升。 (由 Antoine Pitrou 在 :issue:`22847` "
3318
+ "中贡献。)"
3313
3319
3314
3320
#: ../../whatsnew/3.5.rst:2157
3315
3321
msgid ""
3316
3322
"Objects from the :mod:`random` module now use 50% less memory on 64-bit "
3317
3323
"builds. (Contributed by Serhiy Storchaka in :issue:`23488`.)"
3318
3324
msgstr ""
3325
+ "现在来自 :mod:`random` 模块的对象在 64 位编译版上使用的内存将减少 50%。 (由 Serhiy Storchaka 在 "
3326
+ ":issue:`23488` 中贡献。)"
3319
3327
3320
3328
#: ../../whatsnew/3.5.rst:2160
3321
3329
msgid ""
3322
3330
"The :func:`property` getter calls are up to 25% faster. (Contributed by Joe "
3323
3331
"Jevnik in :issue:`23910`.)"
3324
3332
msgstr ""
3333
7438
+ ":func:`property` getter 调用可提速 25%。 (由 Joe Jevnik 在 :issue:`23910` 中贡献。)"
3325
3334
3326
3335
#: ../../whatsnew/3.5.rst:2163
3327
3336
msgid ""
3328
3337
"Instantiation of :class:`fractions.Fraction` is now up to 30% faster. "
3329
3338
"(Contributed by Stefan Behnel in :issue:`22464`.)"
3330
3339
msgstr ""
3340
+ "现在 :class:`fractions.Fraction` 的实例化可提速至多 30%。 (由 Stefan Behnel 在 "
3341
+ ":issue:`22464` 中贡献。)"
3331
3342
3332
3343
#: ../../whatsnew/3.5.rst:2166
3333
3344
msgid ""
0 commit comments